Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f7cad4;
}
.rose-mallow {
color: #f1a7c8;
}
.china-pink {
color: #e36d9d;
}
.pink-peacock {
color: #db1f74;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--palace-rose:#f7cad4;
--rose-mallow:#f1a7c8;
--china-pink:#e36d9d;
--pink-peacock:#db1f74;
--heliotrope-magenta:#a400b3;
}