Color names in this palette
CSS code for this palette
/* CSS */
.brown-bread {
color: #d5c5aa;
}
.midtown {
color: #b6a18b;
}
.rogue {
color: #7e7a6d;
}
.house-stark-grey {
color: #4d4a59;
}
.aubergine-mauve {
color: #3c2c3f;
}
/* CSS Variables */
:root {
--brown-bread:#d5c5aa;
--midtown:#b6a18b;
--rogue:#7e7a6d;
--house-stark-grey:#4d4a59;
--aubergine-mauve:#3c2c3f;
}