Color names in this palette
CSS code for this palette
/* CSS */
.heartless {
color: #5f3a6e;
}
.razzmic-berry {
color: #894d89;
}
.stormy-passion {
color: #c2666a;
}
.whisky-sour {
color: #f2a92c;
}
.giallo {
color: #f2d43a;
}
/* CSS Variables */
:root {
--heartless:#5f3a6e;
--razzmic-berry:#894d89;
--stormy-passion:#c2666a;
--whisky-sour:#f2a92c;
--giallo:#f2d43a;
}