Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f8c6b4;
}
.rose-mallow {
color: #f1a7c5;
}
.blushed-bombshell {
color: #e77ec9;
}
.rich-lilac {
color: #b66acd;
}
.grapes-of-italy {
color: #6c4b8b;
}
/* CSS Variables */
:root {
--apricot-obsession:#f8c6b4;
--rose-mallow:#f1a7c5;
--blushed-bombshell:#e77ec9;
--rich-lilac:#b66acd;
--grapes-of-italy:#6c4b8b;
}