Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.great-serpent {
color: #4a6ea1;
}
.coastal-waters {
color: #7bb8e0;
}
.maximum-yellow-red {
color: #f1b74b;
}
.orangeville {
color: #e56d5d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--great-serpent:#4a6ea1;
--coastal-waters:#7bb8e0;
--maximum-yellow-red:#f1b74b;
--orangeville:#e56d5d;
}