Color names in this palette
CSS code for this palette
/* CSS */
.tropical-violet {
color: #d4a8e1;
}
.lavendless {
color: #b76fb8;
}
.ancient-fuchsia {
color: #a2446c;
}
.garlic-pesto {
color: #c4d600;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--tropical-violet:#d4a8e1;
--lavendless:#b76fb8;
--ancient-fuchsia:#a2446c;
--garlic-pesto:#c4d600;
--sunshine-mellow:#f1c40e;
}