Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e9a0d7;
}
.radiant-sun {
color: #f3ca4f;
}
.everest {
color: #a1e8e5;
}
.maximum-purple {
color: #7a2b88;
}
.entan-red {
color: #f06d4c;
}
/* CSS Variables */
:root {
--light-orchid:#e9a0d7;
--radiant-sun:#f3ca4f;
--everest:#a1e8e5;
--maximum-purple:#7a2b88;
--entan-red:#f06d4c;
}