Color names in this palette
CSS code for this palette
/* CSS */
.dioptase-green {
color: #499c8d;
}
.beau-monde {
color: #76b2a0;
}
.gemini {
color: #b4d9c9;
}
.smooth-as-corn-silk {
color: #f4e3b3;
}
.bergamot-orange {
color: #f2a15a;
}
/* CSS Variables */
:root {
--dioptase-green:#499c8d;
--beau-monde:#76b2a0;
--gemini:#b4d9c9;
--smooth-as-corn-silk:#f4e3b3;
--bergamot-orange:#f2a15a;
}