Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-candy {
color: #ff5c7c;
}
.orange-bell-pepper {
color: #ff8b42;
}
.ucla-gold {
color: #ffb300;
}
.lemon-verbena {
color: #f2e96e;
}
.ocean-in-a-bowl {
color: #6ee2b6;
}
/* CSS Variables */
:root {
--watermelon-candy:#ff5c7c;
--orange-bell-pepper:#ff8b42;
--ucla-gold:#ffb300;
--lemon-verbena:#f2e96e;
--ocean-in-a-bowl:#6ee2b6;
}