Color names in this palette
CSS code for this palette
/* CSS */
.rubber-radish {
color: #ff9e9e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--rubber-radish:#ff9e9e;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
}