Color names in this palette
CSS code for this palette
/* CSS */
.citrus-blast {
color: #e0793e;
}
.candlelight-peach {
color: #f6a39d;
}
.ice-cream-parlour {
color: #f8d5af;
}
.yucca-cream {
color: #a4dac9;
}
.xavier-blue {
color: #69b6e2;
}
/* CSS Variables */
:root {
--citrus-blast:#e0793e;
--candlelight-peach:#f6a39d;
--ice-cream-parlour:#f8d5af;
--yucca-cream:#a4dac9;
--xavier-blue:#69b6e2;
}