Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.astral {
color: #396989;
}
.heavenly {
color: #80b5c6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.coral-orange {
color: #e76950;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--astral:#396989;
--heavenly:#80b5c6;
--solar-plexus-chakra:#f1c84b;
--coral-orange:#e76950;
}