Color names in this palette
CSS code for this palette
/* CSS */
.nectarous-nectarine {
color: #e25565;
}
.amaranth-pink {
color: #f59ebc;
}
.fire-mist {
color: #fdd9c4;
}
.yellow-bliss {
color: #f3eab9;
}
.light-budgie-blue {
color: #a1d6e8;
}
/* CSS Variables */
:root {
--nectarous-nectarine:#e25565;
--amaranth-pink:#f59ebc;
--fire-mist:#fdd9c4;
--yellow-bliss:#f3eab9;
--light-budgie-blue:#a1d6e8;
}