Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.pink-lily {
color: #f7cfe6;
}
.pink-chalk {
color: #f4a4bf;
}
.tea-rose {
color: #f183c1;
}
.mangala-pink {
color: #e57ba4;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--pink-lily:#f7cfe6;
--pink-chalk:#f4a4bf;
--tea-rose:#f183c1;
--mangala-pink:#e57ba4;
}