Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c661;
}
.copper-river {
color: #f7a06e;
}
.ibis-wing {
color: #f78c82;
}
.god-s-own-junkyard-pink {
color: #f76e95;
}
.pansy {
color: #f64c9b;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c661;
--copper-river:#f7a06e;
--ibis-wing:#f78c82;
--god-s-own-junkyard-pink:#f76e95;
--pansy:#f64c9b;
}