Color names in this palette
CSS code for this palette
/* CSS */
.fresh-eggplant {
color: #4d3d7f;
}
.moonshade {
color: #5b6d9f;
}
.fate {
color: #6d9fc0;
}
.soft-turquoise {
color: #78d0d3;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--fresh-eggplant:#4d3d7f;
--moonshade:#5b6d9f;
--fate:#6d9fc0;
--soft-turquoise:#78d0d3;
--sunny-mood:#f7c94b;
}