Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f2c4d4;
}
.harmonious-rose {
color: #f7a1b7;
}
.apricot-obsession {
color: #f9c6b4;
}
.lemon-ice-yellow {
color: #f5e3a8;
}
.eugenia {
color: #f2e7d4;
}
/* CSS Variables */
:root {
--sweetheart:#f2c4d4;
--harmonious-rose:#f7a1b7;
--apricot-obsession:#f9c6b4;
--lemon-ice-yellow:#f5e3a8;
--eugenia:#f2e7d4;
}