Color names in this palette
CSS code for this palette
/* CSS */
.parsnip {
color: #d7c498;
}
.woven {
color: #e3d0a1;
}
.ethereal-green {
color: #f1e7c6;
}
.frangipane {
color: #f6d4b1;
}
.taupe-tapestry {
color: #c5a69b;
}
/* CSS Variables */
:root {
--parsnip:#d7c498;
--woven:#e3d0a1;
--ethereal-green:#f1e7c6;
--frangipane:#f6d4b1;
--taupe-tapestry:#c5a69b;
}