Paleta de colores Roaring 20s

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Roaring 20s palette

Compartir esta paleta en:

Descargar la paleta de colores Roaring 20s (PNG)

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

CSS de la paleta de colores Roaring 20s

/* 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 del degradado de fondo 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 .