Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e2a1c2;
}
.flower-stem {
color: #b3d9b0;
}
.french-vanilla {
color: #f0e2a8;
}
.peach-melba {
color: #fbc1b1;
}
.silver-rust {
color: #c8a3e1;
}
/* CSS Variables */
:root {
--prettiest-pink:#e2a1c2;
--flower-stem:#b3d9b0;
--french-vanilla:#f0e2a8;
--peach-melba:#fbc1b1;
--silver-rust:#c8a3e1;
}