Color names in this palette
CSS code for this palette
/* CSS */
.stucco-wall {
color: #f0b19e;
}
.coral-dust {
color: #ebad84;
}
.citrus-yellow {
color: #d6c176;
}
.spring-marsh {
color: #c0b05d;
}
.reed-green {
color: #a4a34c;
}
/* CSS Variables */
:root {
--stucco-wall:#f0b19e;
--coral-dust:#ebad84;
--citrus-yellow:#d6c176;
--spring-marsh:#c0b05d;
--reed-green:#a4a34c;
}