Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-mousse {
color: #a65e7e;
}
.pressed-flower {
color: #d090bb;
}
.sweetheart {
color: #f3c3d7;
}
.blended-fruit {
color: #f9e1a4;
}
.hot-sun {
color: #f7b32b;
}
/* CSS Variables */
:root {
--strawberry-mousse:#a65e7e;
--pressed-flower:#d090bb;
--sweetheart:#f3c3d7;
--blended-fruit:#f9e1a4;
--hot-sun:#f7b32b;
}