Color names in this palette
CSS code for this palette
/* CSS */
.celestial-blue {
color: #2d4c6c;
}
.coastline-blue {
color: #4a9aba;
}
.soft-turquoise {
color: #70d7d1;
}
.waterwings {
color: #afe9e1;
}
.solar-plexus-chakra {
color: #f0c74c;
}
/* CSS Variables */
:root {
--celestial-blue:#2d4c6c;
--coastline-blue:#4a9aba;
--soft-turquoise:#70d7d1;
--waterwings:#afe9e1;
--solar-plexus-chakra:#f0c74c;
}