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