Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f2a6c2;
}
.ice-cream-parlour {
color: #f8d1aa;
}
.banana-mania {
color: #fce7b0;
}
.mint-o-licious {
color: #b4e9c9;
}
.pool-tiles {
color: #8cd4f2;
}
/* CSS Variables */
:root {
--tickled-pink:#f2a6c2;
--ice-cream-parlour:#f8d1aa;
--banana-mania:#fce7b0;
--mint-o-licious:#b4e9c9;
--pool-tiles:#8cd4f2;
}