Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.zenith {
color: #497b9c;
}
.heavenly {
color: #81b1c1;
}
.mocha-dandelion {
color: #f3d86d;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--zenith:#497b9c;
--heavenly:#81b1c1;
--mocha-dandelion:#f3d86d;
--orange-gluttony:#e77e23;
}