Color names in this palette
CSS code for this palette
/* CSS */
.sun-dust {
color: #f5e0a3;
}
.crunch {
color: #f2b75f;
}
.coral-serenade {
color: #f7a48d;
}
.god-s-own-junkyard-pink {
color: #f56b90;
}
.power-peony {
color: #e84f8a;
}
/* CSS Variables */
:root {
--sun-dust:#f5e0a3;
--crunch:#f2b75f;
--coral-serenade:#f7a48d;
--god-s-own-junkyard-pink:#f56b90;
--power-peony:#e84f8a;
}