Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1ccae9;
}
.throat-chakra {
color: #69d5d8;
}
.menthol-kiss {
color: #9ce2d3;
}
.ballerina-tears {
color: #f4bab3;
}
.tickled-pink {
color: #f4a9c1;
}
/* CSS Variables */
:root {
--caribbean-blue:#1ccae9;
--throat-chakra:#69d5d8;
--menthol-kiss:#9ce2d3;
--ballerina-tears:#f4bab3;
--tickled-pink:#f4a9c1;
}