Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.big-sur-blue-jade {
color: #3b6f91;
}
.florida-turquoise {
color: #6bb8b0;
}
.casablanca {
color: #f0b351;
}
.war-paint-red {
color: #d75b1d;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--big-sur-blue-jade:#3b6f91;
--florida-turquoise:#6bb8b0;
--casablanca:#f0b351;
--war-paint-red:#d75b1d;
}