Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.flash-in-the-pan {
color: #ff9a75;
}
.grandis {
color: #ffcd70;
}
.sunkissed-yellow {
color: #ffeab8;
}
.sour-green-cherry {
color: #c6f9ae;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--flash-in-the-pan:#ff9a75;
--grandis:#ffcd70;
--sunkissed-yellow:#ffeab8;
--sour-green-cherry:#c6f9ae;
}