Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c8;
}
.wewak {
color: #f28c9a;
}
.breeze-of-chilli {
color: #f2746e;
}
.opal-flame {
color: #ef5d4d;
}
.mandarin-red {
color: #e44d3a;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c8;
--wewak:#f28c9a;
--breeze-of-chilli:#f2746e;
--opal-flame:#ef5d4d;
--mandarin-red:#e44d3a;
}