Color names in this palette
CSS code for this palette
/* CSS */
.guppy-violet {
color: #b05e82;
}
.madagascar-pink {
color: #d090a1;
}
.desire-pink {
color: #f1c6d4;
}
.first-impression {
color: #f4e6e8;
}
.garden-party {
color: #e1a8b9;
}
/* CSS Variables */
:root {
--guppy-violet:#b05e82;
--madagascar-pink:#d090a1;
--desire-pink:#f1c6d4;
--first-impression:#f4e6e8;
--garden-party:#e1a8b9;
}