Color names in this palette
CSS code for this palette
/* CSS */
.clock-chimes-thirteen {
color: #011e14;
}
.platoon-green {
color: #2a4b44;
}
.double-jeopardy {
color: #4d7a6c;
}
.green-trance {
color: #a1d69f;
}
.bubble {
color: #e9f9e7;
}
/* CSS Variables */
:root {
--clock-chimes-thirteen:#011e14;
--platoon-green:#2a4b44;
--double-jeopardy:#4d7a6c;
--green-trance:#a1d69f;
--bubble:#e9f9e7;
}