Color names in this palette
CSS code for this palette
/* CSS */
.byzantium {
color: #6d2c5f;
}
.hyacinth-violet {
color: #9a4c8e;
}
.preppy-rose {
color: #d1618e;
}
.sandy-brown {
color: #f1a15f;
}
.dandelion-yellow {
color: #f7d83b;
}
/* CSS Variables */
:root {
--byzantium:#6d2c5f;
--hyacinth-violet:#9a4c8e;
--preppy-rose:#d1618e;
--sandy-brown:#f1a15f;
--dandelion-yellow:#f7d83b;
}