Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e7b1d1;
}
.tickled-pink {
color: #f1a7c1;
}
.amaranth-pink {
color: #f39bba;
}
.grapefruit-juice {
color: #ed6e8e;
}
.azalea {
color: #d24160;
}
/* CSS Variables */
:root {
--gumball:#e7b1d1;
--tickled-pink:#f1a7c1;
--amaranth-pink:#f39bba;
--grapefruit-juice:#ed6e8e;
--azalea:#d24160;
}