Color names in this palette
CSS code for this palette
/* CSS */
.namara-grey {
color: #797a7c;
}
.power-grey {
color: #a1a3a5;
}
.light-aluminium {
color: #c3c4c6;
}
.wind-chime {
color: #dfe0e2;
}
.chef-s-hat {
color: #f3f4f6;
}
/* CSS Variables */
:root {
--namara-grey:#797a7c;
--power-grey:#a1a3a5;
--light-aluminium:#c3c4c6;
--wind-chime:#dfe0e2;
--chef-s-hat:#f3f4f6;
}