Color names in this palette
CSS code for this palette
/* CSS */
.faience {
color: #2a6e8d;
}
.freshwater {
color: #4ea7b7;
}
.middle-blue {
color: #7ed4e7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.rosy-sunset {
color: #d75a56;
}
/* CSS Variables */
:root {
--faience:#2a6e8d;
--freshwater:#4ea7b7;
--middle-blue:#7ed4e7;
--solar-plexus-chakra:#f1c84b;
--rosy-sunset:#d75a56;
}