CSS code for this palette
/* CSS */
.team-spirit {
color: #3e6a89;
}
.bluette {
color: #9fc1d6;
}
.flan {
color: #f7e2b6;
}
.xanthous {
color: #f1b127;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--team-spirit:#3e6a89;
--bluette:#9fc1d6;
--flan:#f7e2b6;
--xanthous:#f1b127;
--fire-island:#d94f3a;
}