Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.whisky-sour {
color: #f3a735;
}
.cadmium-orange {
color: #ef882e;
}
.christmas-orange {
color: #d86e2c;
}
.cattail-red {
color: #b84c28;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--whisky-sour:#f3a735;
--cadmium-orange:#ef882e;
--christmas-orange:#d86e2c;
--cattail-red:#b84c28;
}