Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e6b3d1;
}
.lili-elbe-s-pink {
color: #d69fb2;
}
.beetroot-rice {
color: #c68b9d;
}
.kerr-s-pink-potato {
color: #b47484;
}
.shine-baby-shine {
color: #a65e6c;
}
/* CSS Variables */
:root {
--gumball:#e6b3d1;
--lili-elbe-s-pink:#d69fb2;
--beetroot-rice:#c68b9d;
--kerr-s-pink-potato:#b47484;
--shine-baby-shine:#a65e6c;
}