Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.radiant-orchid {
color: #a85d9b;
}
.prism-pink {
color: #f2a1c5;
}
.bright-yarrow {
color: #f9d16c;
}
.gemini-mustard-momento {
color: #f9a64e;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--radiant-orchid:#a85d9b;
--prism-pink:#f2a1c5;
--bright-yarrow:#f9d16c;
--gemini-mustard-momento:#f9a64e;
}