Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.coelin-blue {
color: #497b97;
}
.harbour-sky {
color: #7bb7d1;
}
.brilliant-beige {
color: #f1c3b6;
}
.opal-flame {
color: #f15e4b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--coelin-blue:#497b97;
--harbour-sky:#7bb7d1;
--brilliant-beige:#f1c3b6;
--opal-flame:#f15e4b;
}