Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0095b3;
}
.squeaky {
color: #6fc6d8;
}
.ice-crystal-blue {
color: #a7e2e1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sun-ray {
color: #fbb018;
}
/* CSS Variables */
:root {
--bondi-blue:#0095b3;
--squeaky:#6fc6d8;
--ice-crystal-blue:#a7e2e1;
--solar-plexus-chakra:#f1c84b;
--sun-ray:#fbb018;
}