Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.astral {
color: #396a89;
}
.bluebird-feather {
color: #6e9faf;
}
.tanager-turquoise {
color: #89dae6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--astral:#396a89;
--bluebird-feather:#6e9faf;
--tanager-turquoise:#89dae6;
--solar-plexus-chakra:#f1c84b;
}