Color names in this palette
CSS code for this palette
/* CSS */
.nectarous-nectarine {
color: #e25565;
}
.princess {
color: #f1a7b6;
}
.fresh-baked-bread {
color: #f8d6bf;
}
.brite-gold {
color: #fedd90;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
/* CSS Variables */
:root {
--nectarous-nectarine:#e25565;
--princess:#f1a7b6;
--fresh-baked-bread:#f8d6bf;
--brite-gold:#fedd90;
--lemon-ice-yellow:#f6e1a7;
}