Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e1a3c8;
}
.desire-pink {
color: #f1c6d2;
}
.peach-pearl {
color: #ffb4a3;
}
.salmon-orange {
color: #ff8b6b;
}
.orange-soda {
color: #ff5e3d;
}
/* CSS Variables */
:root {
--prettiest-pink:#e1a3c8;
--desire-pink:#f1c6d2;
--peach-pearl:#ffb4a3;
--salmon-orange:#ff8b6b;
--orange-soda:#ff5e3d;
}