Color names in this palette
CSS code for this palette
/* CSS */
.venetian-rose {
color: #f0c7e3;
}
.rose-mallow {
color: #f2a6c7;
}
.shadow-azalea-pink {
color: #ef6c95;
}
.bubblegum {
color: #e65c73;
}
.t-natiuh-red {
color: #d03e5b;
}
/* CSS Variables */
:root {
--venetian-rose:#f0c7e3;
--rose-mallow:#f2a6c7;
--shadow-azalea-pink:#ef6c95;
--bubblegum:#e65c73;
--t-natiuh-red:#d03e5b;
}