Color names in this palette
CSS code for this palette
/* CSS */
.rapunzel-silver {
color: #d1d3d6;
}
.stardew {
color: #a6b2b5;
}
.silver-snippet {
color: #8e8e90;
}
.namara-grey {
color: #7a7d7f;
}
.knight-s-armor {
color: #5a5c5e;
}
/* CSS Variables */
:root {
--rapunzel-silver:#d1d3d6;
--stardew:#a6b2b5;
--silver-snippet:#8e8e90;
--namara-grey:#7a7d7f;
--knight-s-armor:#5a5c5e;
}