Color names in this palette
CSS code for this palette
/* CSS */
.radiant-orchid {
color: #a85d9b;
}
.sweet-lilac {
color: #eab8d1;
}
.poetic-princess {
color: #f9e1e5;
}
.roseberry {
color: #f7a5a1;
}
.rose-turkish-delight {
color: #d94a77;
}
/* CSS Variables */
:root {
--radiant-orchid:#a85d9b;
--sweet-lilac:#eab8d1;
--poetic-princess:#f9e1e5;
--roseberry:#f7a5a1;
--rose-turkish-delight:#d94a77;
}