Color names in this palette
CSS code for this palette
/* CSS */
.clock-chimes-thirteen {
color: #011e14;
}
.night-turquoise {
color: #033a34;
}
.bella-vista {
color: #0b6a54;
}
.fishy-house {
color: #14a98e;
}
.menthol-kiss {
color: #a2e2d5;
}
/* CSS Variables */
:root {
--clock-chimes-thirteen:#011e14;
--night-turquoise:#033a34;
--bella-vista:#0b6a54;
--fishy-house:#14a98e;
--menthol-kiss:#a2e2d5;
}