Color names in this palette
CSS code for this palette
/* CSS */
.renwick-olive {
color: #9a8c6a;
}
.apricot-illusion {
color: #e4c4a5;
}
.sweet-mustard {
color: #d7b970;
}
.shaded-sun {
color: #f7eaa6;
}
.australian-apricot {
color: #f5c7a3;
}
/* CSS Variables */
:root {
--renwick-olive:#9a8c6a;
--apricot-illusion:#e4c4a5;
--sweet-mustard:#d7b970;
--shaded-sun:#f7eaa6;
--australian-apricot:#f5c7a3;
}