Color names in this palette
CSS code for this palette
/* CSS */
.angel-breath {
color: #dfae9f;
}
.artifact {
color: #c89f8d;
}
.cocoa-nutmeg {
color: #a77c6c;
}
.sequoia-grove {
color: #915c4b;
}
.shaved-chocolate {
color: #593f3a;
}
/* CSS Variables */
:root {
--angel-breath:#dfae9f;
--artifact:#c89f8d;
--cocoa-nutmeg:#a77c6c;
--sequoia-grove:#915c4b;
--shaved-chocolate:#593f3a;
}