Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e1b2;
}
.sunburst {
color: #f2b87d;
}
.childhood-crush {
color: #e76d65;
}
.cyclamen-red {
color: #a85d8c;
}
.saffron-crocus {
color: #5b4e79;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e1b2;
--sunburst:#f2b87d;
--childhood-crush:#e76d65;
--cyclamen-red:#a85d8c;
--saffron-crocus:#5b4e79;
}