Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c8a7;
}
.stucco-wall {
color: #f2b19c;
}
.rose-essence {
color: #f09e8a;
}
.apricot-red {
color: #e78f7e;
}
.red-cedar {
color: #d67a76;
}
/* CSS Variables */
:root {
--peach-damask:#f6c8a7;
--stucco-wall:#f2b19c;
--rose-essence:#f09e8a;
--apricot-red:#e78f7e;
--red-cedar:#d67a76;
}