Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.zenith {
color: #497b9c;
}
.petit-four {
color: #7eb8d3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.reductant {
color: #e85e5e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--zenith:#497b9c;
--petit-four:#7eb8d3;
--solar-plexus-chakra:#f1c84b;
--reductant:#e85e5e;
}