Color names in this palette
CSS code for this palette
/* CSS */
.silence-is-golden {
color: #c0a26d;
}
.english-custard {
color: #e3b86d;
}
.natural-yellow {
color: #f0d88e;
}
.peach-quartz {
color: #f1b088;
}
.sweet-mandarin {
color: #d65d38;
}
/* CSS Variables */
:root {
--silence-is-golden:#c0a26d;
--english-custard:#e3b86d;
--natural-yellow:#f0d88e;
--peach-quartz:#f1b088;
--sweet-mandarin:#d65d38;
}