Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #2d7d9a;
}
.thalassa {
color: #4aafba;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.friendly-yellow {
color: #f6e0b1;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#2d7d9a;
--thalassa:#4aafba;
--touch-of-turquoise:#a2d7d0;
--friendly-yellow:#f6e0b1;
--solar-plexus-chakra:#f1cb4b;
}