Aubergine Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aubergine Hues palette
Aubergine Hues color palette CSS
/* CSS */
.color-1 {
color: #4a2b4a;
}
.color-2 {
color: #6d4a6b;
}
.color-3 {
color: #a87a9c;
}
.color-4 {
color: #d1a3d1;
}
.color-5 {
color: #f2c5df;
}
/* CSS Variables */
:root {
--color-1: #4a2b4a;
--color-2: #6d4a6b;
--color-3: #a87a9c;
--color-4: #d1a3d1;
--color-5: #f2c5df;
}
Aubergine Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b4a, #6d4a6b, #a87a9c, #d1a3d1, #f2c5df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b4a, #6d4a6b, #a87a9c, #d1a3d1, #f2c5df);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Aubergine Hues color palette created on .