Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.orange-pospsicle {
color: #f4a20b;
}
.sumac-dyed {
color: #e68d19;
}
.scoville-high {
color: #e34d2b;
}
.mulberry-yogurt {
color: #c44a89;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--orange-pospsicle:#f4a20b;
--sumac-dyed:#e68d19;
--scoville-high:#e34d2b;
--mulberry-yogurt:#c44a89;
}