Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f4c8e0;
}
.dahlia-delight {
color: #f6bbd4;
}
.harmonious-rose {
color: #f69db5;
}
.majestic-magenta {
color: #f24084;
}
.self-love {
color: #d22d6c;
}
/* CSS Variables */
:root {
--laelia-pink:#f4c8e0;
--dahlia-delight:#f6bbd4;
--harmonious-rose:#f69db5;
--majestic-magenta:#f24084;
--self-love:#d22d6c;
}