Color names in this palette
CSS code for this palette
/* CSS */
.upper-crust {
color: #a4708b;
}
.canewood {
color: #d9b89b;
}
.touching-white {
color: #f4e0d7;
}
.golden-guernsey {
color: #e2c3bb;
}
.teatime-mauve {
color: #c8a69d;
}
/* CSS Variables */
:root {
--upper-crust:#a4708b;
--canewood:#d9b89b;
--touching-white:#f4e0d7;
--golden-guernsey:#e2c3bb;
--teatime-mauve:#c8a69d;
}