Auburn Navy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn Navy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Auburn Navy Color Palette (PNG)
Auburn Navy color palette CSS
/* CSS */
.color-1 {
color: #b0523b;
}
.color-2 {
color: #3c2b50;
}
.color-3 {
color: #503b78;
}
.color-4 {
color: #b17b5d;
}
.color-5 {
color: #e0b700;
}
/* CSS Variables */
:root {
--color-1: #b0523b;
--color-2: #3c2b50;
--color-3: #503b78;
--color-4: #b17b5d;
--color-5: #e0b700;
}
Auburn Navy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0523b, #3c2b50, #503b78, #b17b5d, #e0b700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0523b, #3c2b50, #503b78, #b17b5d, #e0b700);
}
Similar color palettes
Auburn Navy color palette created on .