Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orangish {
color: #ff9147;
}
.splendor-gold {
color: #ffb24d;
}
.tuscan-sun {
color: #ffd84d;
}
.paris-daisy {
color: #ffed4d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orangish:#ff9147;
--splendor-gold:#ffb24d;
--tuscan-sun:#ffd84d;
--paris-daisy:#ffed4d;
}