Color names in this palette
CSS code for this palette
/* CSS */
.touching-white {
color: #f4e0d7;
}
.kunzite {
color: #e1b7c8;
}
.rhubarb-gin {
color: #d7a3c1;
}
.silver-rust {
color: #c7a2e2;
}
.sea-cliff {
color: #a3c5e0;
}
/* CSS Variables */
:root {
--touching-white:#f4e0d7;
--kunzite:#e1b7c8;
--rhubarb-gin:#d7a3c1;
--silver-rust:#c7a2e2;
--sea-cliff:#a3c5e0;
}