Color names in this palette
CSS code for this palette
/* CSS */
.purple-door {
color: #380f43;
}
.imperial {
color: #5e2b6e;
}
.razzmic-berry {
color: #8a4c89;
}
.valentine-heart {
color: #b77b9d;
}
.elastic-pink {
color: #f0a3c7;
}
/* CSS Variables */
:root {
--purple-door:#380f43;
--imperial:#5e2b6e;
--razzmic-berry:#8a4c89;
--valentine-heart:#b77b9d;
--elastic-pink:#f0a3c7;
}