Color names in this palette
CSS code for this palette
/* CSS */
.baltic-sea {
color: #3c3e3e;
}
.platinum-grey {
color: #6b6f70;
}
.aircraft-exterior-grey {
color: #929596;
}
.sharp-grey {
color: #c8cad0;
}
.chef-s-hat {
color: #f3f5f6;
}
/* CSS Variables */
:root {
--baltic-sea:#3c3e3e;
--platinum-grey:#6b6f70;
--aircraft-exterior-grey:#929596;
--sharp-grey:#c8cad0;
--chef-s-hat:#f3f5f6;
}