Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.little-bow-pink {
color: #d87d9c;
}
.beauty-queen {
color: #c45a8d;
}
.valentine-s-day {
color: #a43765;
}
.red-plum {
color: #7a2a4a;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--little-bow-pink:#d87d9c;
--beauty-queen:#c45a8d;
--valentine-s-day:#a43765;
--red-plum:#7a2a4a;
}