Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.santa-fe-sunset {
color: #a85c4d;
}
.ceremonial-gold {
color: #d69d5c;
}
.double-cream {
color: #f1d7a2;
}
.parfait-pink {
color: #e2b1c5;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--santa-fe-sunset:#a85c4d;
--ceremonial-gold:#d69d5c;
--double-cream:#f1d7a2;
--parfait-pink:#e2b1c5;
}