Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d8;
}
.frolic {
color: #f8e6e2;
}
.dream-land {
color: #e9b4e3;
}
.pretty-petunia {
color: #d3b3e6;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d8;
--frolic:#f8e6e2;
--dream-land:#e9b4e3;
--pretty-petunia:#d3b3e6;
--windsor-way:#a2c7e7;
}