Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.creamy-peach {
color: #f59f84;
}
.coral-pink {
color: #f77c78;
}
.fiesta-pink {
color: #d56d93;
}
.rose-bud {
color: #b75c9f;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--creamy-peach:#f59f84;
--coral-pink:#f77c78;
--fiesta-pink:#d56d93;
--rose-bud:#b75c9f;
}