Color names in this palette
CSS code for this palette
/* CSS */
.sundance {
color: #f8c76d;
}
.bergamot-orange {
color: #f3a158;
}
.ouni-red {
color: #ed7b4a;
}
.preppy-rose {
color: #d35f8b;
}
.soft-purple {
color: #a26bb3;
}
/* CSS Variables */
:root {
--sundance:#f8c76d;
--bergamot-orange:#f3a158;
--ouni-red:#ed7b4a;
--preppy-rose:#d35f8b;
--soft-purple:#a26bb3;
}