Color names in this palette
CSS code for this palette
/* CSS */
.glamour {
color: #d89dac;
}
.parrot-tulip {
color: #f0c1d6;
}
.blushing-tulip {
color: #e2a2b8;
}
.indian-pink {
color: #b05e77;
}
.earth-red {
color: #a34d5d;
}
/* CSS Variables */
:root {
--glamour:#d89dac;
--parrot-tulip:#f0c1d6;
--blushing-tulip:#e2a2b8;
--indian-pink:#b05e77;
--earth-red:#a34d5d;
}