Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.big-sur-blue-jade {
color: #3c6e90;
}
.surgical {
color: #5aa0c4;
}
.sunny-mood {
color: #f7c94b;
}
.obstinate-orange {
color: #d55930;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--big-sur-blue-jade:#3c6e90;
--surgical:#5aa0c4;
--sunny-mood:#f7c94b;
--obstinate-orange:#d55930;
}