Roaring 20s Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Roaring 20s palette

Condividi questa palette a:

Scarica la tavolozza dei colori Roaring 20s (PNG)

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

tavolozza dei colori Roaring 20s 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;
}

CSS con gradiente di sfondo Roaring 20s

/* 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 .