Color names in this palette
CSS code for this palette
/* CSS */
.ivory-cream {
color: #d5b79f;
}
.chestnut-bisque {
color: #c19c8a;
}
.turkish-rose {
color: #a76c71;
}
.caramel-apple {
color: #b57b5a;
}
.golden-thread {
color: #e8c67d;
}
/* CSS Variables */
:root {
--ivory-cream:#d5b79f;
--chestnut-bisque:#c19c8a;
--turkish-rose:#a76c71;
--caramel-apple:#b57b5a;
--golden-thread:#e8c67d;
}