Stranger Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stranger Vibes palette

Share this palette to:

Stranger Vibes color palette PNG image

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

Stranger Vibes color palette CSS

/* 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;
}

Stranger Vibes background gradient CSS

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