Color names in this palette
CSS code for this palette
/* CSS */
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
.wind-chime {
color: #dfe0e1;
}
.grape-green {
color: #a8e8a1;
}
.silky-tofu {
color: #fff6e5;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--zh-n-zh-b-i-pearl:#f6f8f9;
--wind-chime:#dfe0e1;
--grape-green:#a8e8a1;
--silky-tofu:#fff6e5;
--blood-burst:#ff4d4d;
}