Purple Butterfly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Butterfly palette
Purple Butterfly color palette CSS
/* CSS */
.color-1 {
color: #bea4d6;
}
.color-2 {
color: #a67cb1;
}
.color-3 {
color: #8c4d93;
}
.color-4 {
color: #4a2c6d;
}
.color-5 {
color: #2e194d;
}
/* CSS Variables */
:root {
--color-1: #bea4d6;
--color-2: #a67cb1;
--color-3: #8c4d93;
--color-4: #4a2c6d;
--color-5: #2e194d;
}
Purple Butterfly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bea4d6, #a67cb1, #8c4d93, #4a2c6d, #2e194d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bea4d6, #a67cb1, #8c4d93, #4a2c6d, #2e194d);
}
Similar color palettes
Purple Butterfly color palette created on .