Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b3;
}
.citrus-sachet {
color: #f6c9a7;
}
.sugar-cookie {
color: #f2e1a1;
}
.wax-yellow {
color: #e6e7a2;
}
.nevada-sky {
color: #a2d6e7;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b3;
--citrus-sachet:#f6c9a7;
--sugar-cookie:#f2e1a1;
--wax-yellow:#e6e7a2;
--nevada-sky:#a2d6e7;
}