Color names in this palette
CSS code for this palette
/* CSS */
.sotek-green {
color: #4a7c8c;
}
.lenticular-ore {
color: #70b2a5;
}
.opal-turquoise {
color: #93d2c5;
}
.fair-aqua {
color: #b2e0da;
}
.bone-chilling {
color: #e1f4f1;
}
/* CSS Variables */
:root {
--sotek-green:#4a7c8c;
--lenticular-ore:#70b2a5;
--opal-turquoise:#93d2c5;
--fair-aqua:#b2e0da;
--bone-chilling:#e1f4f1;
}