Color names in this palette
CSS code for this palette
/* CSS */
.tropical-hibiscus {
color: #9b5f6e;
}
.chewing-gum {
color: #e4b0af;
}
.turkscap {
color: #f4d7be;
}
.oyster-bisque {
color: #f2e5b0;
}
.glamorgan-sausage {
color: #d9cba5;
}
/* CSS Variables */
:root {
--tropical-hibiscus:#9b5f6e;
--chewing-gum:#e4b0af;
--turkscap:#f4d7be;
--oyster-bisque:#f2e5b0;
--glamorgan-sausage:#d9cba5;
}