Roaring 20s Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Roaring 20s palette

Share this palette to:

Download Roaring 20s Color Palette (PNG)

Download roaring 20s color palette PNG image (landscape)
Download roaring 20s color palette PNG image (square)

Roaring 20s color palette CSS

/* CSS */
.color-1 {
color: #ae9156;
}
.color-2 {
color: #b0814f;
}
.color-3 {
color: #ad7652;
}
.color-4 {
color: #ae655b;
}
.color-5 {
color: #9b505f;
}

/* CSS Variables */
:root {
--color-1: #ae9156;
--color-2: #b0814f;
--color-3: #ad7652;
--color-4: #ae655b;
--color-5: #9b505f;
}

Roaring 20s background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ae9156, #b0814f, #ad7652, #ae655b, #9b505f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ae9156, #b0814f, #ad7652, #ae655b, #9b505f);
}

Roaring 20s color palette created on .