Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #54c0e8;
}
.bubblegum-pink {
color: #f7b1ba;
}
.spaghetti-strap-pink {
color: #f6a7d2;
}
.ride-off-into-the-sunset {
color: #f3d05e;
}
.gingko {
color: #a6c89d;
}
/* CSS Variables */
:root {
--clean-pool:#54c0e8;
--bubblegum-pink:#f7b1ba;
--spaghetti-strap-pink:#f6a7d2;
--ride-off-into-the-sunset:#f3d05e;
--gingko:#a6c89d;
}