Color names in this palette
CSS code for this palette
/* CSS */
.azalea-pink {
color: #f9c3c3;
}
.noodles {
color: #f8e3b4;
}
.cymophane-yellow {
color: #f3e5a5;
}
.curious {
color: #d6e09e;
}
.smooth-satin {
color: #a3d7d4;
}
/* CSS Variables */
:root {
--azalea-pink:#f9c3c3;
--noodles:#f8e3b4;
--cymophane-yellow:#f3e5a5;
--curious:#d6e09e;
--smooth-satin:#a3d7d4;
}