Color names in this palette
CSS code for this palette
/* CSS */
.just-blush {
color: #f9b5a4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.lemon-twist {
color: #ffd95c;
}
.white-sulfur {
color: #f0f8e8;
}
/* CSS Variables */
:root {
--just-blush:#f9b5a4;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--lemon-twist:#ffd95c;
--white-sulfur:#f0f8e8;
}