Color names in this palette
CSS code for this palette
/* CSS */
.azalea-pink {
color: #f9c3c3;
}
.eggnog {
color: #ffec9e;
}
.yellow-corn {
color: #ffde8a;
}
.almost-aloe {
color: #c1e2b6;
}
.middle-blue {
color: #7fd6e1;
}
/* CSS Variables */
:root {
--azalea-pink:#f9c3c3;
--eggnog:#ffec9e;
--yellow-corn:#ffde8a;
--almost-aloe:#c1e2b6;
--middle-blue:#7fd6e1;
}