Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9757;
}
.solar-storm {
color: #ffc16b;
}
.lemon-slice {
color: #fff6a8;
}
.southern-belle {
color: #a2d8c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9757;
--solar-storm:#ffc16b;
--lemon-slice:#fff6a8;
--southern-belle:#a2d8c2;
}