Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f79cba;
}
.sweetheart {
color: #f1c6d9;
}
.sweet-lilac {
color: #eab8d1;
}
.high-maintenance {
color: #d58bb2;
}
.love-lord {
color: #c34b73;
}
/* CSS Variables */
:root {
--harmonious-rose:#f79cba;
--sweetheart:#f1c6d9;
--sweet-lilac:#eab8d1;
--high-maintenance:#d58bb2;
--love-lord:#c34b73;
}