Color names in this palette
CSS code for this palette
/* CSS */
.fiji-sands {
color: #d6c9a8;
}
.esoteric {
color: #c3b5a2;
}
.grape-gatsby {
color: #a39bbb;
}
.wildflower {
color: #917c9c;
}
.beauty-bush {
color: #ebb9b2;
}
/* CSS Variables */
:root {
--fiji-sands:#d6c9a8;
--esoteric:#c3b5a2;
--grape-gatsby:#a39bbb;
--wildflower:#917c9c;
--beauty-bush:#ebb9b2;
}