/* CSS */
.color-1 {
color: #BA78AA;
}
.color-2 {
color: #F5D1C2;
}
.color-3 {
color: #EDC76E;
}
.color-4 {
color: #DEB5AB;
}
.color-5 {
color: #9D5C74;
}
/* CSS Variables */
:root {
--color-1: #BA78AA;
--color-2: #F5D1C2;
--color-3: #EDC76E;
--color-4: #DEB5AB;
--color-5: #9D5C74;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #BA78AA, #F5D1C2, #EDC76E, #DEB5AB, #9D5C74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #BA78AA, #F5D1C2, #EDC76E, #DEB5AB, #9D5C74);
}
Berry Blossom Dream color palette created on .