Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.lusty-lavender {
color: #8a5fbf;
}
.silver-rust {
color: #c4a1e3;
}
.pink-heath {
color: #f2bae1;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--lusty-lavender:#8a5fbf;
--silver-rust:#c4a1e3;
--pink-heath:#f2bae1;
--blush-hour:#ff7092;
}