Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.rose-mallow {
color: #f1a7c8;
}
.aries-hot-pink {
color: #f98bc9;
}
.medium-pink {
color: #f45d9c;
}
.rouge-red {
color: #e03e6c;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--rose-mallow:#f1a7c8;
--aries-hot-pink:#f98bc9;
--medium-pink:#f45d9c;
--rouge-red:#e03e6c;
}