Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.gumball {
color: #e4afd4;
}
.shaded-sun {
color: #f6eba7;
}
.bellini-fizz {
color: #f5c58e;
}
.bierwurst {
color: #f2908c;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--gumball:#e4afd4;
--shaded-sun:#f6eba7;
--bellini-fizz:#f5c58e;
--bierwurst:#f2908c;
}