Color names in this palette
CSS code for this palette
/* CSS */
.persian-plum {
color: #6d1c1c;
}
.polished-apple {
color: #8c2b2b;
}
.persimmon-red {
color: #a84d4d;
}
.bakelite-gold {
color: #d69b5c;
}
.cake-dough {
color: #fce1a6;
}
/* CSS Variables */
:root {
--persian-plum:#6d1c1c;
--polished-apple:#8c2b2b;
--persimmon-red:#a84d4d;
--bakelite-gold:#d69b5c;
--cake-dough:#fce1a6;
}