Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f1c1d1;
}
.love-spell {
color: #f7b6c4;
}
.harmonious-rose {
color: #f49fb7;
}
.out-of-fashion {
color: #f26e91;
}
.pink-peacock {
color: #d11f6c;
}
/* CSS Variables */
:root {
--pink-chintz:#f1c1d1;
--love-spell:#f7b6c4;
--harmonious-rose:#f49fb7;
--out-of-fashion:#f26e91;
--pink-peacock:#d11f6c;
}