Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.frozen-blue {
color: #a6c4d9;
}
.minuet {
color: #a5b7cf;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.goku-orange {
color: #f67d3c;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--frozen-blue:#a6c4d9;
--minuet:#a5b7cf;
--solar-plexus-chakra:#f1cb4b;
--goku-orange:#f67d3c;
}