Color names in this palette
CSS code for this palette
/* CSS */
.mixed-fruit {
color: #f9b7b4;
}
.yellow-corn {
color: #fdde86;
}
.lazy-daisy {
color: #f9eba4;
}
.crystal {
color: #a4d7df;
}
.desaturated-cyan {
color: #699b98;
}
/* CSS Variables */
:root {
--mixed-fruit:#f9b7b4;
--yellow-corn:#fdde86;
--lazy-daisy:#f9eba4;
--crystal:#a4d7df;
--desaturated-cyan:#699b98;
}