Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a5d8e9;
}
.ibis {
color: #f3b4c2;
}
.lazy-daisy {
color: #f3eba0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--blue-click:#a5d8e9;
--ibis:#f3b4c2;
--lazy-daisy:#f3eba0;
--solar-plexus-chakra:#f1c84b;
--breeze-of-chilli:#f76e6e;
}