Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f8ca49;
}
.hot-orange {
color: #f58a3d;
}
.medium-vermilion {
color: #d75e3c;
}
.mystic-maroon {
color: #b0407a;
}
.swiss-plum {
color: #6347a9;
}
/* CSS Variables */
:root {
--sunny-mood:#f8ca49;
--hot-orange:#f58a3d;
--medium-vermilion:#d75e3c;
--mystic-maroon:#b0407a;
--swiss-plum:#6347a9;
}