Color names in this palette
CSS code for this palette
/* CSS */
.radiant-orchid {
color: #a85d9a;
}
.metal-petal {
color: #b08eb4;
}
.eau-de-rose {
color: #e1b7d4;
}
.hopeful {
color: #f4d2e2;
}
.matt-pink {
color: #ffb3c2;
}
/* CSS Variables */
:root {
--radiant-orchid:#a85d9a;
--metal-petal:#b08eb4;
--eau-de-rose:#e1b7d4;
--hopeful:#f4d2e2;
--matt-pink:#ffb3c2;
}