Color names in this palette
CSS code for this palette
/* CSS */
.radiant-yellow {
color: #f69e23;
}
.yellow-jacket {
color: #fbcb3c;
}
.hawkbit {
color: #ffdb70;
}
.opalescent-coral {
color: #ffd1a8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--radiant-yellow:#f69e23;
--yellow-jacket:#fbcb3c;
--hawkbit:#ffdb70;
--opalescent-coral:#ffd1a8;
--grapefruit-pulp:#ff6e61;
}