Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.wildflower {
color: #8d7d9b;
}
.purple-gladiola {
color: #c1aad5;
}
.chantilly {
color: #eab8c9;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--wildflower:#8d7d9b;
--purple-gladiola:#c1aad5;
--chantilly:#eab8c9;
--pompelmo:#ff6b6b;
}