Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-candy {
color: #ff5c77;
}
.honey-locust {
color: #ffc466;
}
.spaghetti {
color: #fff99e;
}
.terrace-pool {
color: #9fd6e0;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--watermelon-candy:#ff5c77;
--honey-locust:#ffc466;
--spaghetti:#fff99e;
--terrace-pool:#9fd6e0;
--peaceful-river:#4a9cd3;
}