Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3a5c8;
}
.flower-spell {
color: #fbc6d8;
}
.antique-china {
color: #fdf6e7;
}
.aspen-yellow {
color: #f8e0a0;
}
.flaming-cauldron {
color: #f6a474;
}
/* CSS Variables */
:root {
--rose-mallow:#f3a5c8;
--flower-spell:#fbc6d8;
--antique-china:#fdf6e7;
--aspen-yellow:#f8e0a0;
--flaming-cauldron:#f6a474;
}