Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-rind {
color: #f5903d;
}
.radiant-sun {
color: #f1c950;
}
.fringy-flower {
color: #b7e1b7;
}
.broom-butterfly-blue {
color: #6aafdc;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--mandarin-rind:#f5903d;
--radiant-sun:#f1c950;
--fringy-flower:#b7e1b7;
--broom-butterfly-blue:#6aafdc;
--grapefruit-pulp:#ff6e61;
}