Color names in this palette
CSS code for this palette
/* CSS */
.clerestory {
color: #f5e6e0;
}
.bistro-pink {
color: #e4b9b4;
}
.dull-apricot {
color: #d09c9a;
}
.brandy-snaps {
color: #b68d8b;
}
.delhi-spice {
color: #a66e6e;
}
/* CSS Variables */
:root {
--clerestory:#f5e6e0;
--bistro-pink:#e4b9b4;
--dull-apricot:#d09c9a;
--brandy-snaps:#b68d8b;
--delhi-spice:#a66e6e;
}