Color names in this palette
CSS code for this palette
/* CSS */
.celestial-blue {
color: #2a4d6a;
}
.technical-blue {
color: #5a7f8c;
}
.lichen {
color: #90b6a6;
}
.moody-mist {
color: #cae2da;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--celestial-blue:#2a4d6a;
--technical-blue:#5a7f8c;
--lichen:#90b6a6;
--moody-mist:#cae2da;
--solar-plexus-chakra:#f1c84b;
}