Color names in this palette
CSS code for this palette
/* CSS */
.nectarous-nectarine {
color: #e25565;
}
.peach-burst {
color: #f39b9c;
}
.lovelight {
color: #f6d5d8;
}
.lemon-gelato {
color: #f9ea9f;
}
.bee {
color: #f2b950;
}
/* CSS Variables */
:root {
--nectarous-nectarine:#e25565;
--peach-burst:#f39b9c;
--lovelight:#f6d5d8;
--lemon-gelato:#f9ea9f;
--bee:#f2b950;
}