Color names in this palette
CSS code for this palette
/* CSS */
.clock-chimes-thirteen {
color: #011e14;
}
.botanical-night {
color: #0a3d37;
}
.green-belt {
color: #2d7c70;
}
.artesian-well {
color: #5eb5a7;
}
.everest {
color: #a1e2df;
}
/* CSS Variables */
:root {
--clock-chimes-thirteen:#011e14;
--botanical-night:#0a3d37;
--green-belt:#2d7c70;
--artesian-well:#5eb5a7;
--everest:#a1e2df;
}