Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.orchid-dottyback {
color: #a55db1;
}
.pink-dogwood {
color: #f7cfd3;
}
.floral-leaf {
color: #ffb84d;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--orchid-dottyback:#a55db1;
--pink-dogwood:#f7cfd3;
--floral-leaf:#ffb84d;
--shocking-orange:#ff6d1f;
}