Color names in this palette
CSS code for this palette
/* CSS */
.poppy-seed {
color: #4a4e54;
}
.adeptus-battlegrey {
color: #7d8387;
}
.fortress-grey {
color: #b8b8b7;
}
.artisan-tea {
color: #d9c1b0;
}
.warming-peach {
color: #e6b9a2;
}
/* CSS Variables */
:root {
--poppy-seed:#4a4e54;
--adeptus-battlegrey:#7d8387;
--fortress-grey:#b8b8b7;
--artisan-tea:#d9c1b0;
--warming-peach:#e6b9a2;
}