Color names in this palette
CSS code for this palette
/* CSS */
.blue-bay {
color: #5d9bd5;
}
.light-blue-glint {
color: #a9d3e0;
}
.anti-flash-white {
color: #f1f3f4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.pink-pepper {
color: #f25a69;
}
/* CSS Variables */
:root {
--blue-bay:#5d9bd5;
--light-blue-glint:#a9d3e0;
--anti-flash-white:#f1f3f4;
--solar-plexus-chakra:#f1c84b;
--pink-pepper:#f25a69;
}