Color names in this palette
CSS code for this palette
/* CSS */
.always-rosey {
color: #e4a0b2;
}
.desire-pink {
color: #f1c6d3;
}
.first-crush {
color: #f8e2e9;
}
.wickerware {
color: #fce4b0;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--always-rosey:#e4a0b2;
--desire-pink:#f1c6d3;
--first-crush:#f8e2e9;
--wickerware:#fce4b0;
--welcoming-wasp:#f0a800;
}