Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c8;
}
.sparkling-pink {
color: #f4c8e5;
}
.hope {
color: #e5809b;
}
.qermez-red {
color: #d43a73;
}
.aztec-warrior {
color: #b3006e;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c8;
--sparkling-pink:#f4c8e5;
--hope:#e5809b;
--qermez-red:#d43a73;
--aztec-warrior:#b3006e;
}