Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f1c6d0;
}
.sweet-lilac {
color: #eab8d1;
}
.rose-mallow {
color: #f4a4c7;
}
.rouge-red {
color: #e03e6c;
}
.royal-banner {
color: #c94a6a;
}
/* CSS Variables */
:root {
--in-the-pink:#f1c6d0;
--sweet-lilac:#eab8d1;
--rose-mallow:#f4a4c7;
--rouge-red:#e03e6c;
--royal-banner:#c94a6a;
}