Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5b;
}
.zenith {
color: #497b9c;
}
.twisted-blue {
color: #77c4cf;
}
.bright-khaki {
color: #f0e88e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5b;
--zenith:#497b9c;
--twisted-blue:#77c4cf;
--bright-khaki:#f0e88e;
--orange-gluttony:#e77e23;
}