Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.syndicalist {
color: #f5c400;
}
.buttery-croissant {
color: #f6e19d;
}
.orange-danger {
color: #e05e00;
}
.crema {
color: #c25e00;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--syndicalist:#f5c400;
--buttery-croissant:#f6e19d;
--orange-danger:#e05e00;
--crema:#c25e00;
}