Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.fate {
color: #6b9ec2;
}
.larkspur {
color: #3b7a91;
}
.blue-fantastic {
color: #2d3d4e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--fate:#6b9ec2;
--larkspur:#3b7a91;
--blue-fantastic:#2d3d4e;
--solar-plexus-chakra:#f1c84b;
}