Color names in this palette
CSS code for this palette
/* CSS */
.nomadic-desert {
color: #c7af99;
}
.hazelnut {
color: #a86e5d;
}
.medium-taupe {
color: #684b4a;
}
.rhubarb-smoothie {
color: #8c4a4a;
}
.only-yesterday {
color: #f2d3ba;
}
/* CSS Variables */
:root {
--nomadic-desert:#c7af99;
--hazelnut:#a86e5d;
--medium-taupe:#684b4a;
--rhubarb-smoothie:#8c4a4a;
--only-yesterday:#f2d3ba;
}