Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f5c7df;
}
.elastic-pink {
color: #f0a3c7;
}
.monarch-orange {
color: #f2a06e;
}
.citrus-butter {
color: #e3e28c;
}
.mover-shaker {
color: #9bcf9c;
}
/* CSS Variables */
:root {
--laelia-pink:#f5c7df;
--elastic-pink:#f0a3c7;
--monarch-orange:#f2a06e;
--citrus-butter:#e3e28c;
--mover-shaker:#9bcf9c;
}