Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3c5b;
}
.zenith {
color: #497b9c;
}
.terrace-pool {
color: #a3d7e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.redstone {
color: #e76e6e;
}
/* CSS Variables */
:root {
--regal-blue:#1f3c5b;
--zenith:#497b9c;
--terrace-pool:#a3d7e0;
--solar-plexus-chakra:#f1c84b;
--redstone:#e76e6e;
}