Stranger Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stranger Vibes palette
Stranger Vibes color palette PNG image
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);
}
Similar color palettes
Stranger Vibes color palette created on .