Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5b;
}
.china-pattern {
color: #3e5b74;
}
.wave-jumper {
color: #6c8f9d;
}
.chicago-blue {
color: #b5d9e8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5b;
--china-pattern:#3e5b74;
--wave-jumper:#6c8f9d;
--chicago-blue:#b5d9e8;
--creamy-sweet-corn:#f9c54e;
}