Color names in this palette
CSS code for this palette
/* CSS */
.dubonnet {
color: #5c2d31;
}
.sweet-cherry {
color: #a04b4e;
}
.baby-s-booties {
color: #e6c1c3;
}
.blush-tint {
color: #f3e2e4;
}
.silken-raspberry {
color: #a77b8e;
}
/* CSS Variables */
:root {
--dubonnet:#5c2d31;
--sweet-cherry:#a04b4e;
--baby-s-booties:#e6c1c3;
--blush-tint:#f3e2e4;
--silken-raspberry:#a77b8e;
}