Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f4a4c8;
}
.sparkling-pink {
color: #f7cfe4;
}
.eau-de-rose {
color: #e6b7d2;
}
.berry-popsicle {
color: #d5a5cc;
}
.high-maintenance {
color: #d48cb8;
}
/* CSS Variables */
:root {
--rose-mallow:#f4a4c8;
--sparkling-pink:#f7cfe4;
--eau-de-rose:#e6b7d2;
--berry-popsicle:#d5a5cc;
--high-maintenance:#d48cb8;
}