Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.absolute-apricot {
color: #ff9a42;
}
.orange-pop {
color: #ffb83d;
}
.soviet-gold {
color: #ffd900;
}
.tiger-yellow {
color: #ffdf80;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--absolute-apricot:#ff9a42;
--orange-pop:#ffb83d;
--soviet-gold:#ffd900;
--tiger-yellow:#ffdf80;
}