Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.flash-in-the-pan {
color: #ff9a75;
}
.faded-sunlight {
color: #ffce6b;
}
.canola-oil {
color: #f6ed79;
}
.antique-cameo {
color: #f0baa3;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--flash-in-the-pan:#ff9a75;
--faded-sunlight:#ffce6b;
--canola-oil:#f6ed79;
--antique-cameo:#f0baa3;
}