Color names in this palette
CSS code for this palette
/* CSS */
.crystalsong-blue {
color: #50b4b2;
}
.throat-chakra {
color: #6dd5d3;
}
.everest {
color: #9ee0de;
}
.laundry-white {
color: #f6f8f1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--crystalsong-blue:#50b4b2;
--throat-chakra:#6dd5d3;
--everest:#9ee0de;
--laundry-white:#f6f8f1;
--shrimp-cocktail:#f4a462;
}