Color names in this palette
CSS code for this palette
/* CSS */
.deep-wisteria {
color: #4b3e75;
}
.bermuda-onion {
color: #a05a91;
}
.coral-blush {
color: #e4a18b;
}
.empire-yellow {
color: #f5d400;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--deep-wisteria:#4b3e75;
--bermuda-onion:#a05a91;
--coral-blush:#e4a18b;
--empire-yellow:#f5d400;
--sunshine-mellow:#f1c40e;
}