Color names in this palette
CSS code for this palette
/* CSS */
.team-spirit {
color: #3e6a89;
}
.explorer-blue {
color: #5da2b1;
}
.southern-belle {
color: #a7d7c2;
}
.golden-mary {
color: #f5bb3d;
}
.sea-nettle {
color: #f27b31;
}
/* CSS Variables */
:root {
--team-spirit:#3e6a89;
--explorer-blue:#5da2b1;
--southern-belle:#a7d7c2;
--golden-mary:#f5bb3d;
--sea-nettle:#f27b31;
}