Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2c90;
}
.hyacinth-violet {
color: #9e4c92;
}
.memorable-rose {
color: #d2898b;
}
.sunburst {
color: #f2b87d;
}
.margarine {
color: #f6d82c;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2c90;
--hyacinth-violet:#9e4c92;
--memorable-rose:#d2898b;
--sunburst:#f2b87d;
--margarine:#f6d82c;
}