Paleta de colores Auburn Siren

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Auburn Siren palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Auburn Siren

Download auburn siren color palette PNG image (landscape)
Download auburn siren color palette PNG image (square)

CSS de la paleta de colores Auburn Siren

/* CSS */
.color-1 {
color: #5c392d;
}
.color-2 {
color: #814e4b;
}
.color-3 {
color: #b86c6b;
}
.color-4 {
color: #f0a23d;
}
.color-5 {
color: #f8d62a;
}

/* CSS Variables */
:root {
--color-1: #5c392d;
--color-2: #814e4b;
--color-3: #b86c6b;
--color-4: #f0a23d;
--color-5: #f8d62a;
}

CSS del degradado de fondo Auburn Siren

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c392d, #814e4b, #b86c6b, #f0a23d, #f8d62a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c392d, #814e4b, #b86c6b, #f0a23d, #f8d62a);
}

Auburn Siren color palette created on .