Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d3e8;
}
.hawaiian-breeze {
color: #76c7e0;
}
.arctic-green {
color: #4bbeb8;
}
.dioptase-green {
color: #409c8e;
}
.elm {
color: #2d7b74;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d3e8;
--hawaiian-breeze:#76c7e0;
--arctic-green:#4bbeb8;
--dioptase-green:#409c8e;
--elm:#2d7b74;
}