Color names in this palette
CSS code for this palette
/* CSS */
.parkwater {
color: #4b7dbe;
}
.drop-green {
color: #6cb95b;
}
.american-yellow {
color: #f0b400;
}
.miami-marmalade {
color: #f78d1d;
}
.berrylicious {
color: #d85f6b;
}
/* CSS Variables */
:root {
--parkwater:#4b7dbe;
--drop-green:#6cb95b;
--american-yellow:#f0b400;
--miami-marmalade:#f78d1d;
--berrylicious:#d85f6b;
}