Color names in this palette
CSS code for this palette
/* CSS */
.nectarous-nectarine {
color: #e25565;
}
.pink-fit {
color: #f5a8b2;
}
.sly-shrimp {
color: #f7e2d9;
}
.amber-yellow {
color: #f9b85d;
}
.apricot-jam {
color: #f2a56e;
}
/* CSS Variables */
:root {
--nectarous-nectarine:#e25565;
--pink-fit:#f5a8b2;
--sly-shrimp:#f7e2d9;
--amber-yellow:#f9b85d;
--apricot-jam:#f2a56e;
}