Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e2b1d4;
}
.rosie-posie {
color: #f1e4e8;
}
.tinted-iris {
color: #c2b6d8;
}
.boudoir-blue {
color: #7aa5d6;
}
.airborne {
color: #a1c1d4;
}
/* CSS Variables */
:root {
--gumball:#e2b1d4;
--rosie-posie:#f1e4e8;
--tinted-iris:#c2b6d8;
--boudoir-blue:#7aa5d6;
--airborne:#a1c1d4;
}