Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-yellow {
color: #f8d93f;
}
.peach-butter {
color: #fbaf3c;
}
.royal-blush {
color: #f77150;
}
.crab-curry {
color: #da4b2b;
}
.california-poppy {
color: #a93d3d;
}
/* CSS Variables */
:root {
--dandelion-yellow:#f8d93f;
--peach-butter:#fbaf3c;
--royal-blush:#f77150;
--crab-curry:#da4b2b;
--california-poppy:#a93d3d;
}