Color names in this palette
CSS code for this palette
/* CSS */
.azureish-white {
color: #dbe5f5;
}
.sky-high {
color: #a2c2e6;
}
.alaskan-ice {
color: #7e9bc4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.reed-mace {
color: #c95c3b;
}
/* CSS Variables */
:root {
--azureish-white:#dbe5f5;
--sky-high:#a2c2e6;
--alaskan-ice:#7e9bc4;
--solar-plexus-chakra:#f1c84b;
--reed-mace:#c95c3b;
}