Color names in this palette
CSS code for this palette
/* CSS */
.kul-sharif-blue {
color: #8ed3f5;
}
.squeaky {
color: #6dc3d5;
}
.freshwater {
color: #4aa1b5;
}
.river-fountain {
color: #248b8f;
}
.beau-vert {
color: #0e5d62;
}
/* CSS Variables */
:root {
--kul-sharif-blue:#8ed3f5;
--squeaky:#6dc3d5;
--freshwater:#4aa1b5;
--river-fountain:#248b8f;
--beau-vert:#0e5d62;
}