Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.silky-tofu {
color: #fff6e5;
}
.snowflake {
color: #f0f0f0;
}
.kohlrabi-green {
color: #d8d8b0;
}
.wasabi-zing {
color: #cfcfa0;
}
/* CSS Variables */
:root {
--white:#ffffff;
--silky-tofu:#fff6e5;
--snowflake:#f0f0f0;
--kohlrabi-green:#d8d8b0;
--wasabi-zing:#cfcfa0;
}