Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.zenith {
color: #497b9c;
}
.blue-brocade {
color: #6db9d5;
}
.gilded {
color: #f6e051;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--zenith:#497b9c;
--blue-brocade:#6db9d5;
--gilded:#f6e051;
--n-rang-orange:#ff8052;
}