Color names in this palette
CSS code for this palette
/* CSS */
.lavender-soap {
color: #f0c1e2;
}
.rogue-pink {
color: #f4a4c4;
}
.unripe-strawberry {
color: #f78da9;
}
.apricot-iced-tea {
color: #f8c09b;
}
.flame-seal {
color: #f9e158;
}
/* CSS Variables */
:root {
--lavender-soap:#f0c1e2;
--rogue-pink:#f4a4c4;
--unripe-strawberry:#f78da9;
--apricot-iced-tea:#f8c09b;
--flame-seal:#f9e158;
}