Color names in this palette
CSS code for this palette
/* CSS */
.blended-fruit {
color: #f9e1a4;
}
.bellini {
color: #f4caae;
}
.prettiest-pink {
color: #e0a3c6;
}
.pressed-flower {
color: #d78ebe;
}
.beauty-queen {
color: #c05d8c;
}
/* CSS Variables */
:root {
--blended-fruit:#f9e1a4;
--bellini:#f4caae;
--prettiest-pink:#e0a3c6;
--pressed-flower:#d78ebe;
--beauty-queen:#c05d8c;
}