Aubergine Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aubergine Shades palette
Aubergine Shades color palette CSS
/* CSS */
.color-1 {
color: #39090f;
}
.color-2 {
color: #682c2d;
}
.color-3 {
color: #a65e6f;
}
.color-4 {
color: #daa4b1;
}
.color-5 {
color: #f4d7e1;
}
/* CSS Variables */
:root {
--color-1: #39090f;
--color-2: #682c2d;
--color-3: #a65e6f;
--color-4: #daa4b1;
--color-5: #f4d7e1;
}
Aubergine Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #39090f, #682c2d, #a65e6f, #daa4b1, #f4d7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #39090f, #682c2d, #a65e6f, #daa4b1, #f4d7e1);
}
Similar color palettes
Aubergine Shades color palette created on .