Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.sweetheart {
color: #f4c3d8;
}
.pork-belly {
color: #f8e2e7;
}
.candy-dreams {
color: #e3b5f2;
}
.bright-ube {
color: #d29de2;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--sweetheart:#f4c3d8;
--pork-belly:#f8e2e7;
--candy-dreams:#e3b5f2;
--bright-ube:#d29de2;
}