Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.muted-blue {
color: #3b6fa0;
}
.oxygen-blue {
color: #8fb4d6;
}
.ride-off-into-the-sunset {
color: #f2d069;
}
.flame-orange {
color: #f88c20;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--muted-blue:#3b6fa0;
--oxygen-blue:#8fb4d6;
--ride-off-into-the-sunset:#f2d069;
--flame-orange:#f88c20;
}