Color names in this palette
CSS code for this palette
/* CSS */
.big-chill {
color: #7dc8e3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sriracha {
color: #f26d5f;
}
.boredom-buster {
color: #ff8e4d;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--big-chill:#7dc8e3;
--solar-plexus-chakra:#f1c84b;
--sriracha:#f26d5f;
--boredom-buster:#ff8e4d;
--floral-leaf:#ffb84d;
}