Color names in this palette
CSS code for this palette
/* CSS */
.botticelli-angel {
color: #fcdfd4;
}
.princess {
color: #f1a7b4;
}
.oxford-sausage {
color: #da718f;
}
.radiant-orchid {
color: #a85d9b;
}
.grapes-of-italy {
color: #6b4c8a;
}
/* CSS Variables */
:root {
--botticelli-angel:#fcdfd4;
--princess:#f1a7b4;
--oxford-sausage:#da718f;
--radiant-orchid:#a85d9b;
--grapes-of-italy:#6b4c8a;
}