Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e7b1d2;
}
.vespa-yellow {
color: #f4d29f;
}
.banana-yogurt {
color: #f9e8b4;
}
.light-capri-green {
color: #8dd3c0;
}
.blue-iguana {
color: #4e9ed0;
}
/* CSS Variables */
:root {
--gumball:#e7b1d2;
--vespa-yellow:#f4d29f;
--banana-yogurt:#f9e8b4;
--light-capri-green:#8dd3c0;
--blue-iguana:#4e9ed0;
}