Auburn to Soft Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn to Soft Yellow palette
Auburn to Soft Yellow color palette PNG image
Auburn to Soft Yellow color palette CSS
/* CSS */
.color-1 {
color: #9c4a3a;
}
.color-2 {
color: #c47b3b;
}
.color-3 {
color: #e8b84a;
}
.color-4 {
color: #f0e36a;
}
.color-5 {
color: #f5f9b4;
}
/* CSS Variables */
:root {
--color-1: #9c4a3a;
--color-2: #c47b3b;
--color-3: #e8b84a;
--color-4: #f0e36a;
--color-5: #f5f9b4;
}
Auburn to Soft Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c4a3a, #c47b3b, #e8b84a, #f0e36a, #f5f9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c4a3a, #c47b3b, #e8b84a, #f0e36a, #f5f9b4);
}
Similar color palettes
Scroll down to explore 7 Amber color palettes
Auburn to Soft Yellow color palette created on .