Color names in this palette
CSS code for this palette
/* CSS */
.nectarous-nectarine {
color: #e25565;
}
.fruity-licious {
color: #f6908e;
}
.mandys-pink {
color: #f5b499;
}
.sport-yellow {
color: #f1d579;
}
.fondue {
color: #fdf5c4;
}
/* CSS Variables */
:root {
--nectarous-nectarine:#e25565;
--fruity-licious:#f6908e;
--mandys-pink:#f5b499;
--sport-yellow:#f1d579;
--fondue:#fdf5c4;
}