Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.tech-wave {
color: #4d7d9d;
}
.sea-cliff {
color: #a3c7e0;
}
.sundown {
color: #f3c9a0;
}
.opulent-orange {
color: #f25e40;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--tech-wave:#4d7d9d;
--sea-cliff:#a3c7e0;
--sundown:#f3c9a0;
--opulent-orange:#f25e40;
}