Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.valley-of-glaciers {
color: #2e7d99;
}
.treasured-teal {
color: #50c3b2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.reductant {
color: #e65b5b;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--valley-of-glaciers:#2e7d99;
--treasured-teal:#50c3b2;
--solar-plexus-chakra:#f1c84b;
--reductant:#e65b5b;
}