Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.venetian-rose {
color: #f4c8e4;
}
.rogue-pink {
color: #f6a2be;
}
.momo-peach {
color: #f57a7c;
}
.ripe-cherry {
color: #c15372;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--venetian-rose:#f4c8e4;
--rogue-pink:#f6a2be;
--momo-peach:#f57a7c;
--ripe-cherry:#c15372;
}