Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.storm-blue {
color: #507d9b;
}
.misty-cold-sea {
color: #84bac2;
}
.exciting-orange {
color: #f1b07e;
}
.fireglow {
color: #d65c3d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--storm-blue:#507d9b;
--misty-cold-sea:#84bac2;
--exciting-orange:#f1b07e;
--fireglow:#d65c3d;
}