Auburn Intensity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn Intensity palette
Auburn Intensity color palette PNG image
Auburn Intensity color palette CSS
/* CSS */
.color-1 {
color: #502b2b;
}
.color-2 {
color: #a95c47;
}
.color-3 {
color: #d19b6b;
}
.color-4 {
color: #f4d69f;
}
.color-5 {
color: #c7aa4d;
}
/* CSS Variables */
:root {
--color-1: #502b2b;
--color-2: #a95c47;
--color-3: #d19b6b;
--color-4: #f4d69f;
--color-5: #c7aa4d;
}
Auburn Intensity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502b2b, #a95c47, #d19b6b, #f4d69f, #c7aa4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502b2b, #a95c47, #d19b6b, #f4d69f, #c7aa4d);
}
Similar color palettes
Auburn Intensity color palette created on .