Auburn to Soft Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auburn to Soft Yellow palette

Share this palette to:

Auburn to Soft Yellow color palette PNG image

Download auburn to soft yellow color palette PNG image (landscape)
Download auburn to soft yellow color palette PNG image (square)

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);
}

Auburn to Soft Yellow color palette created on .