Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.fun-and-games {
color: #2f7e9d;
}
.emerald-wave {
color: #4eb7ac;
}
.orange-pospsicle {
color: #f1a20e;
}
.emergency-zone {
color: #e7693c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--fun-and-games:#2f7e9d;
--emerald-wave:#4eb7ac;
--orange-pospsicle:#f1a20e;
--emergency-zone:#e7693c;
}