Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.beachcombing {
color: #e5ca80;
}
.mint-cocktail-green {
color: #b6e2b1;
}
.regale-blue {
color: #80b3d6;
}
.blue-sonki {
color: #4e88c6;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--beachcombing:#e5ca80;
--mint-cocktail-green:#b6e2b1;
--regale-blue:#80b3d6;
--blue-sonki:#4e88c6;
}