Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-mauve {
color: #b35b8d;
}
.prettiest-pink {
color: #e9a5c6;
}
.sparkling-pink {
color: #f5d1e5;
}
.popcorn {
color: #f9d17b;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--dahlia-mauve:#b35b8d;
--prettiest-pink:#e9a5c6;
--sparkling-pink:#f5d1e5;
--popcorn:#f9d17b;
--peach-butter:#fbaf3c;
}