Color names in this palette
CSS code for this palette
/* CSS */
.cold-turkey {
color: #c9b2b1;
}
.brown-bread {
color: #d5c5aa;
}
.twinkle-toes {
color: #e0d59e;
}
.oyster-bisque {
color: #f2e4b1;
}
.peach-damask {
color: #f6c5a7;
}
/* CSS Variables */
:root {
--cold-turkey:#c9b2b1;
--brown-bread:#d5c5aa;
--twinkle-toes:#e0d59e;
--oyster-bisque:#f2e4b1;
--peach-damask:#f6c5a7;
}