Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.zenith {
color: #497b9c;
}
.coastal-waters {
color: #7db9d9;
}
.pineapple-delight {
color: #f3eaaa;
}
.white-elf {
color: #f7c47e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--zenith:#497b9c;
--coastal-waters:#7db9d9;
--pineapple-delight:#f3eaaa;
--white-elf:#f7c47e;
}