Color names in this palette
CSS code for this palette
/* CSS */
.dahlia {
color: #8a3f8d;
}
.pink-flamb {
color: #d04e84;
}
.bergamot-orange {
color: #f79e59;
}
.yellow-cream {
color: #f1d66a;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--dahlia:#8a3f8d;
--pink-flamb:#d04e84;
--bergamot-orange:#f79e59;
--yellow-cream:#f1d66a;
--emerald-wave:#4eb7ac;
}