Color names in this palette
CSS code for this palette
/* CSS */
.basketball {
color: #f26b31;
}
.chat-orange {
color: #f99f3e;
}
.westfall-yellow {
color: #f9d64e;
}
.spring-bouquet {
color: #6dd07f;
}
.winter-time {
color: #3c8f9f;
}
/* CSS Variables */
:root {
--basketball:#f26b31;
--chat-orange:#f99f3e;
--westfall-yellow:#f9d64e;
--spring-bouquet:#6dd07f;
--winter-time:#3c8f9f;
}