Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.strawberry-milkshake {
color: #d46e8b;
}
.bell-heather {
color: #a377b1;
}
.violet-storm {
color: #5c619d;
}
.casting-sea {
color: #3f89c6;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--strawberry-milkshake:#d46e8b;
--bell-heather:#a377b1;
--violet-storm:#5c619d;
--casting-sea:#3f89c6;
}