Color names in this palette
CSS code for this palette
/* CSS */
.blue-team-spirit {
color: #5a87a0;
}
.sea-angel {
color: #8ab7c1;
}
.lauren-s-surprise {
color: #d4e5e8;
}
.ginger-peach {
color: #f8cfa0;
}
.wiener-schnitzel {
color: #f09c00;
}
/* CSS Variables */
:root {
--blue-team-spirit:#5a87a0;
--sea-angel:#8ab7c1;
--lauren-s-surprise:#d4e5e8;
--ginger-peach:#f8cfa0;
--wiener-schnitzel:#f09c00;
}