Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.beauty-queen {
color: #c45a8d;
}
.pink-slip {
color: #d48c8e;
}
.pink-fit {
color: #f1a7b1;
}
.pink-cattleya {
color: #ffb3d1;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--beauty-queen:#c45a8d;
--pink-slip:#d48c8e;
--pink-fit:#f1a7b1;
--pink-cattleya:#ffb3d1;
}