Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b2;
}
.fever-dream {
color: #e05c77;
}
.chin-chin-cherry {
color: #d72d5a;
}
.vivid-viola {
color: #a93d7f;
}
.lucid-dream {
color: #5e2a92;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b2;
--fever-dream:#e05c77;
--chin-chin-cherry:#d72d5a;
--vivid-viola:#a93d7f;
--lucid-dream:#5e2a92;
}