Color names in this palette
CSS code for this palette
/* CSS */
.blue-team-spirit {
color: #5a87a0;
}
.blue-pot {
color: #9fb1c1;
}
.peaceful-night {
color: #d6e6e4;
}
.go-bananas {
color: #f9c84e;
}
.coral-orange {
color: #e76c46;
}
/* CSS Variables */
:root {
--blue-team-spirit:#5a87a0;
--blue-pot:#9fb1c1;
--peaceful-night:#d6e6e4;
--go-bananas:#f9c84e;
--coral-orange:#e76c46;
}