Auburn and Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn and Blue palette
Download Auburn and Blue Color Palette (PNG)
Auburn and Blue color palette CSS
/* CSS */
.color-1 {
color: #6a3e3e;
}
.color-2 {
color: #a94b3d;
}
.color-3 {
color: #e8a96d;
}
.color-4 {
color: #4a9dd9;
}
.color-5 {
color: #2c4968;
}
/* CSS Variables */
:root {
--color-1: #6a3e3e;
--color-2: #a94b3d;
--color-3: #e8a96d;
--color-4: #4a9dd9;
--color-5: #2c4968;
}
Auburn and Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3e3e, #a94b3d, #e8a96d, #4a9dd9, #2c4968);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3e3e, #a94b3d, #e8a96d, #4a9dd9, #2c4968);
}
Similar color palettes
Scroll down to explore 1 Auburn color palette
Auburn and Blue color palette created on .