Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.old-flame {
color: #f2b5b5;
}
.pink-fit {
color: #f6a7b4;
}
.out-of-fashion {
color: #f26e8d;
}
.rose-turkish-delight {
color: #d94a77;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--old-flame:#f2b5b5;
--pink-fit:#f6a7b4;
--out-of-fashion:#f26e8d;
--rose-turkish-delight:#d94a77;
}