Loading...
Purple Moth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Moth palette
Download Purple Moth Color Palette (PNG)
Purple Moth color palette CSS
/* CSS */
.color-1 {
color: #f6e2b1;
}
.color-2 {
color: #c3afd4;
}
.color-3 {
color: #bda0c5;
}
.color-4 {
color: #9d7b9b;
}
.color-5 {
color: #604c70;
}
/* CSS Variables */
:root {
--color-1: #f6e2b1;
--color-2: #c3afd4;
--color-3: #bda0c5;
--color-4: #9d7b9b;
--color-5: #604c70;
}
Purple Moth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b1, #c3afd4, #bda0c5, #9d7b9b, #604c70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b1, #c3afd4, #bda0c5, #9d7b9b, #604c70);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Purple Moth color palette created on .