Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.zenith {
color: #497b9c;
}
.batch-blue {
color: #85b3c7;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.capocollo {
color: #d84f4f;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--zenith:#497b9c;
--batch-blue:#85b3c7;
--solar-plexus-chakra:#f1cb4b;
--capocollo:#d84f4f;
}