Color names in this palette
CSS code for this palette
/* CSS */
.darling-clementine {
color: #d29b79;
}
.creole-cottage {
color: #e6b598;
}
.pale-coral {
color: #f1d2b6;
}
.lightweight-beige {
color: #f7e4c5;
}
.aria-ivory {
color: #f9e8d7;
}
/* CSS Variables */
:root {
--darling-clementine:#d29b79;
--creole-cottage:#e6b598;
--pale-coral:#f1d2b6;
--lightweight-beige:#f7e4c5;
--aria-ivory:#f9e8d7;
}