Purple Moth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Moth palette
Purple Moth color palette CSS
/* CSS */
.color-1 {
color: #7b4c94;
}
.color-2 {
color: #a66ab9;
}
.color-3 {
color: #daa7e2;
}
.color-4 {
color: #f1c3f4;
}
.color-5 {
color: #a54a8d;
}
/* CSS Variables */
:root {
--color-1: #7b4c94;
--color-2: #a66ab9;
--color-3: #daa7e2;
--color-4: #f1c3f4;
--color-5: #a54a8d;
}
Purple Moth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4c94, #a66ab9, #daa7e2, #f1c3f4, #a54a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4c94, #a66ab9, #daa7e2, #f1c3f4, #a54a8d);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Purple Moth color palette created on .