Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.zenith {
color: #497b9c;
}
.periwinkle-sky {
color: #88b8d7;
}
.cymophane-yellow {
color: #f1e4a7;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--zenith:#497b9c;
--periwinkle-sky:#88b8d7;
--cymophane-yellow:#f1e4a7;
--kacey-s-pink:#e94e77;
}