Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #df9fb5;
}
.sweetheart {
color: #f4c3d6;
}
.pink-tutu {
color: #f9e6e9;
}
.white-veil {
color: #f7f1e3;
}
.defenestration {
color: #c5d6e2;
}
/* CSS Variables */
:root {
--blushing-tulip:#df9fb5;
--sweetheart:#f4c3d6;
--pink-tutu:#f9e6e9;
--white-veil:#f7f1e3;
--defenestration:#c5d6e2;
}