Color names in this palette
CSS code for this palette
/* CSS */
.hello-summer {
color: #5abbf6;
}
.everest {
color: #a2e2e0;
}
.syndicalist {
color: #f5c400;
}
.extreme-carrot {
color: #f86f30;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--hello-summer:#5abbf6;
--everest:#a2e2e0;
--syndicalist:#f5c400;
--extreme-carrot:#f86f30;
--mandarin-red:#e74d3c;
}