Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.creamy-orange-blush {
color: #ff9c7a;
}
.citrus-sachet {
color: #f1c7a7;
}
.peach-of-mind {
color: #ffe3b3;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--creamy-orange-blush:#ff9c7a;
--citrus-sachet:#f1c7a7;
--peach-of-mind:#ffe3b3;
--wildflower-bouquet:#ffb3b3;
}