Color names in this palette
CSS code for this palette
/* CSS */
.silver-tradition {
color: #d8d9d3;
}
.grey-matters {
color: #a7a8a3;
}
.letter-grey {
color: #8d9089;
}
.brother-blue {
color: #b1b7c9;
}
.chef-s-hat {
color: #f3f4f6;
}
/* CSS Variables */
:root {
--silver-tradition:#d8d9d3;
--grey-matters:#a7a8a3;
--letter-grey:#8d9089;
--brother-blue:#b1b7c9;
--chef-s-hat:#f3f4f6;
}