Color names in this palette
CSS code for this palette
/* CSS */
.radiant-orchid {
color: #a65e9b;
}
.pink-slip {
color: #d78c89;
}
.casablanca {
color: #f2b150;
}
.dilly-dally {
color: #f4d85d;
}
.mary-s-garden {
color: #6b8e3e;
}
/* CSS Variables */
:root {
--radiant-orchid:#a65e9b;
--pink-slip:#d78c89;
--casablanca:#f2b150;
--dilly-dally:#f4d85d;
--mary-s-garden:#6b8e3e;
}