Color names in this palette
CSS code for this palette
/* CSS */
.ground-ginger {
color: #d9cba1;
}
.loofah {
color: #e4d2b4;
}
.floating-feather {
color: #e9d7c3;
}
.alluring-white {
color: #efe1d2;
}
.coast-cream {
color: #f6e7da;
}
/* CSS Variables */
:root {
--ground-ginger:#d9cba1;
--loofah:#e4d2b4;
--floating-feather:#e9d7c3;
--alluring-white:#efe1d2;
--coast-cream:#f6e7da;
}