Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.sea-of-galilee {
color: #4a648c;
}
.cottage-blue {
color: #7a9bc2;
}
.salmon-eggs {
color: #f1d45f;
}
.fireglow {
color: #d65c3d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--sea-of-galilee:#4a648c;
--cottage-blue:#7a9bc2;
--salmon-eggs:#f1d45f;
--fireglow:#d65c3d;
}