Paleta de colores Teenage Dirtbag

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teenage Dirtbag palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Teenage Dirtbag

Download teenage dirtbag color palette PNG image (landscape)
Download teenage dirtbag color palette PNG image (square)

CSS de la paleta de colores Teenage Dirtbag

/* CSS */
.color-1 {
color: #2a2e3c;
}
.color-2 {
color: #4a4e6d;
}
.color-3 {
color: #6a7b9a;
}
.color-4 {
color: #e2a1c2;
}
.color-5 {
color: #f09e51;
}

/* CSS Variables */
:root {
--color-1: #2a2e3c;
--color-2: #4a4e6d;
--color-3: #6a7b9a;
--color-4: #e2a1c2;
--color-5: #f09e51;
}

CSS del degradado de fondo Teenage Dirtbag

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2e3c, #4a4e6d, #6a7b9a, #e2a1c2, #f09e51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2e3c, #4a4e6d, #6a7b9a, #e2a1c2, #f09e51);
}

Teenage Dirtbag color palette created on .