Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-candy {
color: #ff5c77;
}
.vitamin-c {
color: #ff9900;
}
.corn {
color: #ffec5c;
}
.thor-s-thunder {
color: #4dc6ff;
}
.purple-honeycreeper {
color: #8e4dff;
}
/* CSS Variables */
:root {
--watermelon-candy:#ff5c77;
--vitamin-c:#ff9900;
--corn:#ffec5c;
--thor-s-thunder:#4dc6ff;
--purple-honeycreeper:#8e4dff;
}