CSS code for this palette
/* CSS */
.wallis {
color: #c5bfbf;
}
.fairview-taupe {
color: #d9c4c4;
}
.verbena {
color: #f1dfdf;
}
.mixed-fruit {
color: #f6b9b1;
}
.keel-joy {
color: #d09890;
}
/* CSS Variables */
:root {
--wallis:#c5bfbf;
--fairview-taupe:#d9c4c4;
--verbena:#f1dfdf;
--mixed-fruit:#f6b9b1;
--keel-joy:#d09890;
}