Color names in this palette
CSS code for this palette
/* CSS */
.yellow-diamond {
color: #f6f1d5;
}
.sand-dance {
color: #e0c5b8;
}
.teatime-mauve {
color: #c9a79c;
}
.mauve-orchid {
color: #a76c8e;
}
.gladiola-violet {
color: #6d4d7a;
}
/* CSS Variables */
:root {
--yellow-diamond:#f6f1d5;
--sand-dance:#e0c5b8;
--teatime-mauve:#c9a79c;
--mauve-orchid:#a76c8e;
--gladiola-violet:#6d4d7a;
}