Color names in this palette
CSS code for this palette
/* CSS */
.ashton-blue {
color: #4a7cba;
}
.life-force {
color: #6db6e3;
}
.chefchaouen-blue {
color: #a3d3e6;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.orangeville {
color: #e66b5b;
}
/* CSS Variables */
:root {
--ashton-blue:#4a7cba;
--life-force:#6db6e3;
--chefchaouen-blue:#a3d3e6;
--solar-plexus-chakra:#f1cb4b;
--orangeville:#e66b5b;
}