Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.ornery-tangerine {
color: #f67e23;
}
.hot-sun {
color: #f8b72a;
}
.sunset-blaze {
color: #e95e2f;
}
.top-tomato {
color: #d04339;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--ornery-tangerine:#f67e23;
--hot-sun:#f8b72a;
--sunset-blaze:#e95e2f;
--top-tomato:#d04339;
}