Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.berry-pie {
color: #4f6e8c;
}
.grey-blue {
color: #78a2b5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bright-delight {
color: #d15b29;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--berry-pie:#4f6e8c;
--grey-blue:#78a2b5;
--solar-plexus-chakra:#f1c84b;
--bright-delight:#d15b29;
}