Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5f8c;
}
.cliff-blue {
color: #5b8eb9;
}
.after-the-rain {
color: #8ac1d0;
}
.icy-glacier {
color: #d3e9e2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5f8c;
--cliff-blue:#5b8eb9;
--after-the-rain:#8ac1d0;
--icy-glacier:#d3e9e2;
--solar-plexus-chakra:#f1c84b;
}