Color names in this palette
CSS code for this palette
/* CSS */
.beau-monde {
color: #7cb1a2;
}
.smooth-satin {
color: #a3d7d1;
}
.cloud {
color: #e4f1f0;
}
.lemon-ice-yellow {
color: #f7e3a6;
}
.sunburst {
color: #f2b67d;
}
/* CSS Variables */
:root {
--beau-monde:#7cb1a2;
--smooth-satin:#a3d7d1;
--cloud:#e4f1f0;
--lemon-ice-yellow:#f7e3a6;
--sunburst:#f2b67d;
}