Color names in this palette
CSS code for this palette
/* CSS */
.afternoon-stroll {
color: #d8c4a2;
}
.vanilla-custard {
color: #f3e0bf;
}
.sweet-sheba {
color: #f0b7a8;
}
.boho-blush {
color: #e58d85;
}
.spiced-coral {
color: #d35a5a;
}
/* CSS Variables */
:root {
--afternoon-stroll:#d8c4a2;
--vanilla-custard:#f3e0bf;
--sweet-sheba:#f0b7a8;
--boho-blush:#e58d85;
--spiced-coral:#d35a5a;
}