Color names in this palette
CSS code for this palette
/* CSS */
.artifact {
color: #c89f8d;
}
.nut-flavor {
color: #d7bea3;
}
.birthday-suit {
color: #e3c6b5;
}
.york-bisque {
color: #f1d7c6;
}
.slightly-in-love {
color: #fbe7da;
}
/* CSS Variables */
:root {
--artifact:#c89f8d;
--nut-flavor:#d7bea3;
--birthday-suit:#e3c6b5;
--york-bisque:#f1d7c6;
--slightly-in-love:#fbe7da;
}