Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9757;
}
.splendor-gold {
color: #ffb24d;
}
.apricot-glow {
color: #ffcc7a;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9757;
--splendor-gold:#ffb24d;
--apricot-glow:#ffcc7a;
--vanilla-ice-cream:#ffe7b3;
}