Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.winter-orchid {
color: #e6e3e8;
}
.clouded-vision {
color: #d0d0d2;
}
.silver-bullet {
color: #b6b7b9;
}
.baby-seal {
color: #a3a6a8;
}
/* CSS Variables */
:root {
--white:#ffffff;
--winter-orchid:#e6e3e8;
--clouded-vision:#d0d0d2;
--silver-bullet:#b6b7b9;
--baby-seal:#a3a6a8;
}