Aubrey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aubrey palette
Color Inspiration
Images that showcase this color palette in real designs
Download Aubrey Color Palette (PNG)
Aubrey color palette CSS
/* CSS */
.color-1 {
color: #d2a2c5;
}
.color-2 {
color: #b67cb6;
}
.color-3 {
color: #a06e95;
}
.color-4 {
color: #d68f99;
}
.color-5 {
color: #f1b1c5;
}
/* CSS Variables */
:root {
--color-1: #d2a2c5;
--color-2: #b67cb6;
--color-3: #a06e95;
--color-4: #d68f99;
--color-5: #f1b1c5;
}
Aubrey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a2c5, #b67cb6, #a06e95, #d68f99, #f1b1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a2c5, #b67cb6, #a06e95, #d68f99, #f1b1c5);
}
Similar color palettes
Scroll down to explore 3 Auburn color palettes
Aubrey color palette created on .