Color names in this palette
CSS code for this palette
/* CSS */
.scarlet-gum {
color: #4b2c54;
}
.rhinestone {
color: #8e6c93;
}
.heart-to-heart {
color: #d1a9c4;
}
.oyster-bisque {
color: #f2e7b1;
}
.dusk-orange {
color: #f84e3f;
}
/* CSS Variables */
:root {
--scarlet-gum:#4b2c54;
--rhinestone:#8e6c93;
--heart-to-heart:#d1a9c4;
--oyster-bisque:#f2e7b1;
--dusk-orange:#f84e3f;
}