Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2c90;
}
.lusty-lavender {
color: #8e5abf;
}
.silver-rust {
color: #c4a4e5;
}
.antique-wicker-basket {
color: #f2d3a1;
}
.spicy-paella {
color: #f28d3a;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2c90;
--lusty-lavender:#8e5abf;
--silver-rust:#c4a4e5;
--antique-wicker-basket:#f2d3a1;
--spicy-paella:#f28d3a;
}