Color names in this palette
CSS code for this palette
/* CSS */
.disguise {
color: #b6b899;
}
.bamboo-white {
color: #c7cbae;
}
.feng-shui {
color: #d8d8c0;
}
.springtime {
color: #ebe3b2;
}
.lazy-daisy {
color: #f4e89f;
}
/* CSS Variables */
:root {
--disguise:#b6b899;
--bamboo-white:#c7cbae;
--feng-shui:#d8d8c0;
--springtime:#ebe3b2;
--lazy-daisy:#f4e89f;
}