Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #4e2a5a;
}
.purple-sapphire {
color: #794a8c;
}
.radiant-orchid {
color: #af5a99;
}
.bussell-lace {
color: #e3a1a3;
}
.apricot-obsession {
color: #f8c6b4;
}
/* CSS Variables */
:root {
--deep-plum:#4e2a5a;
--purple-sapphire:#794a8c;
--radiant-orchid:#af5a99;
--bussell-lace:#e3a1a3;
--apricot-obsession:#f8c6b4;
}