Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.light-cyan {
color: #e0ffff;
}
.sauerkraut {
color: #f0e0b7;
}
.silver-strawberry {
color: #f0c1c1;
}
.clouded-vision {
color: #d1d1d1;
}
/* CSS Variables */
:root {
--white:#ffffff;
--light-cyan:#e0ffff;
--sauerkraut:#f0e0b7;
--silver-strawberry:#f0c1c1;
--clouded-vision:#d1d1d1;
}