Color names in this palette
CSS code for this palette
/* CSS */
.high-reflective-white {
color: #f8f7f1;
}
.dagger-moth {
color: #e7e1d5;
}
.casual-khaki {
color: #d4c7af;
}
.desert-dune {
color: #b4aa9d;
}
.natural-steel {
color: #898088;
}
/* CSS Variables */
:root {
--high-reflective-white:#f8f7f1;
--dagger-moth:#e7e1d5;
--casual-khaki:#d4c7af;
--desert-dune:#b4aa9d;
--natural-steel:#898088;
}