Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a1d6e8;
}
.botanical-tint {
color: #a7e2d4;
}
.yellow-chalk {
color: #f4f8b4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.pink-pepper {
color: #f25a69;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a1d6e8;
--botanical-tint:#a7e2d4;
--yellow-chalk:#f4f8b4;
--solar-plexus-chakra:#f1c84b;
--pink-pepper:#f25a69;
}