Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3e6b8e;
}
.baby-tears {
color: #6bb6d6;
}
.blue-angels-yellow {
color: #f9b701;
}
.prometheus-orange {
color: #f15a22;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3e6b8e;
--baby-tears:#6bb6d6;
--blue-angels-yellow:#f9b701;
--prometheus-orange:#f15a22;
}