Color names in this palette
CSS code for this palette
/* CSS */
.silver-clouds {
color: #a6a9a2;
}
.engagement-silver {
color: #c2c4c0;
}
.dove-wing {
color: #d6d8d4;
}
.bleached-silk {
color: #f2f3f1;
}
.aria {
color: #e3e5e1;
}
/* CSS Variables */
:root {
--silver-clouds:#a6a9a2;
--engagement-silver:#c2c4c0;
--dove-wing:#d6d8d4;
--bleached-silk:#f2f3f1;
--aria:#e3e5e1;
}