Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-cobbler {
color: #ffa166;
}
.cape-jasmine {
color: #ffb85c;
}
.sweet-chamomile {
color: #ffe085;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-cobbler:#ffa166;
--cape-jasmine:#ffb85c;
--sweet-chamomile:#ffe085;
--soviet-gold:#ffd900;
}