Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a7a7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.cool-water-lake {
color: #9ddae1;
}
.blue-heaven {
color: #5b7f9a;
}
.american-blue {
color: #3a3e6e;
}
/* CSS Variables */
:root {
--calabrese:#f6a7a7;
--solar-plexus-chakra:#f1c84b;
--cool-water-lake:#9ddae1;
--blue-heaven:#5b7f9a;
--american-blue:#3a3e6e;
}