Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.wedgewood {
color: #4a6d87;
}
.periwinkle-sky {
color: #88b8d7;
}
.venetian-yellow {
color: #f6e6a2;
}
.crunch {
color: #f2b75f;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--wedgewood:#4a6d87;
--periwinkle-sky:#88b8d7;
--venetian-yellow:#f6e6a2;
--crunch:#f2b75f;
}