Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9a57;
}
.marigold {
color: #ffc105;
}
.rodan-gold {
color: #ffdc5c;
}
.sun-drenched {
color: #ffe8a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9a57;
--marigold:#ffc105;
--rodan-gold:#ffdc5c;
--sun-drenched:#ffe8a3;
}