Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3e6a8e;
}
.blue-nile {
color: #79a0b9;
}
.neighborly-peach {
color: #f1c3a2;
}
.coral-orange {
color: #e66b4c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3e6a8e;
--blue-nile:#79a0b9;
--neighborly-peach:#f1c3a2;
--coral-orange:#e66b4c;
}