Color names in this palette
CSS code for this palette
/* CSS */
.pink-lace {
color: #f6cbd6;
}
.princess {
color: #f1a7b4;
}
.wonder-lust {
color: #f28c9d;
}
.purehearted {
color: #eb606e;
}
.california-wine {
color: #c94a68;
}
/* CSS Variables */
:root {
--pink-lace:#f6cbd6;
--princess:#f1a7b4;
--wonder-lust:#f28c9d;
--purehearted:#eb606e;
--california-wine:#c94a68;
}