Color names in this palette
CSS code for this palette
/* CSS */
.shady-character {
color: #4c4c4d;
}
.tarnished-silver {
color: #7a7a7f;
}
.baby-seal {
color: #a4a5a8;
}
.rapunzel-silver {
color: #d2d3d5;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--shady-character:#4c4c4d;
--tarnished-silver:#7a7a7f;
--baby-seal:#a4a5a8;
--rapunzel-silver:#d2d3d5;
--white:#ffffff;
}