Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.rose-bisque {
color: #c5a59b;
}
.beachy-keen {
color: #e6d1b7;
}
.pearled-couscous {
color: #f1e9d5;
}
.citrus-sachet {
color: #f5c9a8;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--rose-bisque:#c5a59b;
--beachy-keen:#e6d1b7;
--pearled-couscous:#f1e9d5;
--citrus-sachet:#f5c9a8;
}