Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #df9fb5;
}
.millennial-pink {
color: #f6c7c1;
}
.pink-scallop {
color: #f2e0d4;
}
.limestone-quarry {
color: #f9f7dc;
}
.fruit-shake {
color: #f29c8c;
}
/* CSS Variables */
:root {
--blushing-tulip:#df9fb5;
--millennial-pink:#f6c7c1;
--pink-scallop:#f2e0d4;
--limestone-quarry:#f9f7dc;
--fruit-shake:#f29c8c;
}