Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.aztec-sky {
color: #50b6d7;
}
.jazzy-jade {
color: #5ed9c5;
}
.vic-20-green {
color: #8fdc8f;
}
.butter-cream {
color: #f5b042;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--aztec-sky:#50b6d7;
--jazzy-jade:#5ed9c5;
--vic-20-green:#8fdc8f;
--butter-cream:#f5b042;
}