Color names in this palette
CSS code for this palette
/* CSS */
.pasta {
color: #f8e0af;
}
.just-blush {
color: #f9b4a4;
}
.unripe-strawberry {
color: #f78da7;
}
.strawberry-freeze {
color: #c775a8;
}
.cleopatra-s-gown {
color: #7c4f8c;
}
/* CSS Variables */
:root {
--pasta:#f8e0af;
--just-blush:#f9b4a4;
--unripe-strawberry:#f78da7;
--strawberry-freeze:#c775a8;
--cleopatra-s-gown:#7c4f8c;
}