Color names in this palette
CSS code for this palette
/* CSS */
.soft-lavender {
color: #f8e2f5;
}
.dream-land {
color: #e9b4e3;
}
.fuchsia-blush {
color: #e57bb9;
}
.pink-fit {
color: #f5a3b4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--soft-lavender:#f8e2f5;
--dream-land:#e9b4e3;
--fuchsia-blush:#e57bb9;
--pink-fit:#f5a3b4;
--grapefruit-pulp:#ff6e61;
}