Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.spearmint-burst {
color: #5abf8b;
}
.pale-banana {
color: #f6e48e;
}
.chat-orange {
color: #f79c40;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--spearmint-burst:#5abf8b;
--pale-banana:#f6e48e;
--chat-orange:#f79c40;
--mandarin-red:#e74d3c;
}