Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #4aa1d3;
}
.electric-lemonade {
color: #5ed1e8;
}
.waterspout {
color: #9ef3f5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--peaceful-river:#4aa1d3;
--electric-lemonade:#5ed1e8;
--waterspout:#9ef3f5;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}