Paleta de colores Stranger Vibes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Stranger Vibes palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Stranger Vibes

Download stranger vibes color palette PNG image (landscape)
Download stranger vibes color palette PNG image (square)

CSS de la paleta de colores Stranger Vibes

/* CSS */
.color-1 {
color: #4b3d5c;
}
.color-2 {
color: #7c5f7c;
}
.color-3 {
color: #d69f29;
}
.color-4 {
color: #f09c3d;
}
.color-5 {
color: #f84f4f;
}

/* CSS Variables */
:root {
--color-1: #4b3d5c;
--color-2: #7c5f7c;
--color-3: #d69f29;
--color-4: #f09c3d;
--color-5: #f84f4f;
}

CSS del degradado de fondo Stranger Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d5c, #7c5f7c, #d69f29, #f09c3d, #f84f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d5c, #7c5f7c, #d69f29, #f09c3d, #f84f4f);
}

Stranger Vibes color palette created on .