Color names in this palette
CSS code for this palette
/* CSS */
.24-carrot {
color: #e76a27;
}
.wiener-schnitzel {
color: #f09c00;
}
.sphere {
color: #f2e9ca;
}
.mid-green {
color: #4cae4c;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--24-carrot:#e76a27;
--wiener-schnitzel:#f09c00;
--sphere:#f2e9ca;
--mid-green:#4cae4c;
--azure-tide:#2a9d90;
}