Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5b;
}
.revel-blue {
color: #4b6c8b;
}
.pond-blue {
color: #8db3c8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5b;
--revel-blue:#4b6c8b;
--pond-blue:#8db3c8;
--solar-plexus-chakra:#f1c84b;
--fire-island:#d8503b;
}