Color names in this palette
CSS code for this palette
/* CSS */
.turbinado-sugar {
color: #f8b954;
}
.warm-cocoon {
color: #f8d09b;
}
.seasonal-beige {
color: #e5b59e;
}
.mellow-rose {
color: #d7a9a3;
}
.river-of-gold {
color: #e4b75e;
}
/* CSS Variables */
:root {
--turbinado-sugar:#f8b954;
--warm-cocoon:#f8d09b;
--seasonal-beige:#e5b59e;
--mellow-rose:#d7a9a3;
--river-of-gold:#e4b75e;
}