Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.coelin-blue {
color: #4b7d91;
}
.irish-spring {
color: #8dc9a4;
}
.the-fifth-sun {
color: #f0e32d;
}
.apocalyptic-orange {
color: #f76c22;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--coelin-blue:#4b7d91;
--irish-spring:#8dc9a4;
--the-fifth-sun:#f0e32d;
--apocalyptic-orange:#f76c22;
}