Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.grandis {
color: #ffcd75;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sunburnt-cyclops {
color: #ff3d4d;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--grandis:#ffcd75;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
--sunburnt-cyclops:#ff3d4d;
}