Color names in this palette
CSS code for this palette
/* CSS */
.pink-grapefruit {
color: #f4b8c8;
}
.almond-cream {
color: #f5c19e;
}
.oriole-yellow {
color: #f6d579;
}
.icy-lemonade {
color: #f6e6b1;
}
.bean-sprout {
color: #f2f9e6;
}
/* CSS Variables */
:root {
--pink-grapefruit:#f4b8c8;
--almond-cream:#f5c19e;
--oriole-yellow:#f6d579;
--icy-lemonade:#f6e6b1;
--bean-sprout:#f2f9e6;
}