Dull Purple Aesthetic Color Palette
Discover the beautiful Dull Purple Aesthetic color palette featuring kimberly (#796b9e), lavender purple (#9a8dbf), east side (#b8a0d4), snuff (#d5c7e1) and french lilac (#f2e0f5).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Dull Purple Aesthetic palette
💻 Dull Purple Aesthetic color palette CSS
/* CSS */
.color-1 {
color: #796b9e;
}
.color-2 {
color: #9a8dbf;
}
.color-3 {
color: #b8a0d4;
}
.color-4 {
color: #d5c7e1;
}
.color-5 {
color: #f2e0f5;
}
/* CSS Variables */
:root {
--color-1: #796b9e;
--color-2: #9a8dbf;
--color-3: #b8a0d4;
--color-4: #d5c7e1;
--color-5: #f2e0f5;
}
🌈 Dull Purple Aesthetic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #796b9e, #9a8dbf, #b8a0d4, #d5c7e1, #f2e0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #796b9e, #9a8dbf, #b8a0d4, #d5c7e1, #f2e0f5);
}
🔗 Explore similar color palettes
Dull Purple Aesthetic color palette created on .