Color names in this palette
CSS code for this palette
/* CSS */
.glassmith {
color: #4bb7c3;
}
.throat-chakra {
color: #6cd0d5;
}
.luminescent-blue {
color: #a2e1e7;
}
.distant-horizon {
color: #f0f9f9;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--glassmith:#4bb7c3;
--throat-chakra:#6cd0d5;
--luminescent-blue:#a2e1e7;
--distant-horizon:#f0f9f9;
--white:#ffffff;
}