Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3b6c91;
}
.azurean {
color: #5ab9d8;
}
.orange-pospsicle {
color: #f4a20b;
}
.sohi-red {
color: #e4593a;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3b6c91;
--azurean:#5ab9d8;
--orange-pospsicle:#f4a20b;
--sohi-red:#e4593a;
}