Color names in this palette
CSS code for this palette
/* CSS */
.chateau-grey {
color: #b9b1a7;
}
.brown-mouse {
color: #d9cbb4;
}
.pink-sand {
color: #e0b39e;
}
.monarch-orange {
color: #f2a36e;
}
.raw-copper {
color: #c66a4e;
}
/* CSS Variables */
:root {
--chateau-grey:#b9b1a7;
--brown-mouse:#d9cbb4;
--pink-sand:#e0b39e;
--monarch-orange:#f2a36e;
--raw-copper:#c66a4e;
}