Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5b;
}
.faience {
color: #2a6b89;
}
.blue-grotto {
color: #4ea4c6;
}
.radiant-sun {
color: #f3ca4f;
}
.coral-orange {
color: #e86a4a;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5b;
--faience:#2a6b89;
--blue-grotto:#4ea4c6;
--radiant-sun:#f3ca4f;
--coral-orange:#e86a4a;
}