Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.hygiene-green {
color: #5abfba;
}
.illuminating-emerald {
color: #2c8c7a;
}
.calabrese {
color: #f1a8a2;
}
.orpiment-yellow {
color: #f8c89b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--hygiene-green:#5abfba;
--illuminating-emerald:#2c8c7a;
--calabrese:#f1a8a2;
--orpiment-yellow:#f8c89b;
}