Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.china-pattern {
color: #3e5d74;
}
.blue-clay {
color: #6a8f95;
}
.zenith-heights {
color: #a6c9c6;
}
.aspen-yellow {
color: #f7e0a1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--china-pattern:#3e5d74;
--blue-clay:#6a8f95;
--zenith-heights:#a6c9c6;
--aspen-yellow:#f7e0a1;
}