Color names in this palette
CSS code for this palette
/* CSS */
.soft-metal {
color: #b8b2b3;
}
.baby-seal {
color: #a4a5a8;
}
.silver-snippet {
color: #8e8e90;
}
.just-gorgeous {
color: #d6c4c2;
}
.georgian-pink {
color: #c5b6b5;
}
/* CSS Variables */
:root {
--soft-metal:#b8b2b3;
--baby-seal:#a4a5a8;
--silver-snippet:#8e8e90;
--just-gorgeous:#d6c4c2;
--georgian-pink:#c5b6b5;
}