Color names in this palette
CSS code for this palette
/* CSS */
.dorian-grey {
color: #aaa69d;
}
.heavy-hammock {
color: #bfb9a1;
}
.pastel-grey {
color: #d0cec3;
}
.angelic-starlet {
color: #eae8d7;
}
.classic-chalk {
color: #f5f3f0;
}
/* CSS Variables */
:root {
--dorian-grey:#aaa69d;
--heavy-hammock:#bfb9a1;
--pastel-grey:#d0cec3;
--angelic-starlet:#eae8d7;
--classic-chalk:#f5f3f0;
}