Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.sailor-s-bay {
color: #4a6d8c;
}
.thistleblossom-soft-blue {
color: #8bb5c1;
}
.salmon-eggs {
color: #f4d35d;
}
.apocalyptic-orange {
color: #ef6f1f;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--sailor-s-bay:#4a6d8c;
--thistleblossom-soft-blue:#8bb5c1;
--salmon-eggs:#f4d35d;
--apocalyptic-orange:#ef6f1f;
}