Color names in this palette
CSS code for this palette
/* CSS */
.radiant-orchid {
color: #a85d9f;
}
.childhood-crush {
color: #e56c6c;
}
.golden-opportunity {
color: #f5c470;
}
.sweet-corn {
color: #f9e176;
}
.melissa {
color: #b3d86e;
}
/* CSS Variables */
:root {
--radiant-orchid:#a85d9f;
--childhood-crush:#e56c6c;
--golden-opportunity:#f5c470;
--sweet-corn:#f9e176;
--melissa:#b3d86e;
}