Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f7c5e0;
}
.little-baby-girl {
color: #f9b9d4;
}
.rose-mallow {
color: #f2a6c4;
}
.always-rosey {
color: #e89bb4;
}
.sugar-tooth {
color: #d48ca0;
}
/* CSS Variables */
:root {
--laelia-pink:#f7c5e0;
--little-baby-girl:#f9b9d4;
--rose-mallow:#f2a6c4;
--always-rosey:#e89bb4;
--sugar-tooth:#d48ca0;
}