Auburn Siren Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn Siren palette
Auburn Siren color palette PNG image
Auburn Siren color palette CSS
/* CSS */
.color-1 {
color: #5c392d;
}
.color-2 {
color: #814e4b;
}
.color-3 {
color: #b86c6b;
}
.color-4 {
color: #f0a23d;
}
.color-5 {
color: #f8d62a;
}
/* CSS Variables */
:root {
--color-1: #5c392d;
--color-2: #814e4b;
--color-3: #b86c6b;
--color-4: #f0a23d;
--color-5: #f8d62a;
}
Auburn Siren background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c392d, #814e4b, #b86c6b, #f0a23d, #f8d62a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c392d, #814e4b, #b86c6b, #f0a23d, #f8d62a);
}
Similar color palettes
Auburn Siren color palette created on .