Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.prettiest-pink {
color: #e5a4ca;
}
.pressed-flower {
color: #d78ebe;
}
.eccentric-magenta {
color: #b87aa8;
}
.mauve-memento {
color: #a56993;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--prettiest-pink:#e5a4ca;
--pressed-flower:#d78ebe;
--eccentric-magenta:#b87aa8;
--mauve-memento:#a56993;
}