Stranger Vibes Color Palette

Discover the beautiful Stranger Vibes color palette featuring mexican red (#9e1f25), zest (#e28a2c), parchment (#f2ead4), horizon (#5c7b99) and jacarta (#2e2a60).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Blue, Deep, Earthy, Orange, Red, Retro, Vibrant, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Stranger Vibes palette

Share this palette to:

💻 Stranger Vibes color palette CSS

/* CSS */
.color-1 {
color: #9e1f25;
}
.color-2 {
color: #e28a2c;
}
.color-3 {
color: #f2ead4;
}
.color-4 {
color: #5c7b99;
}
.color-5 {
color: #2e2a60;
}

/* CSS Variables */
:root {
--color-1: #9e1f25;
--color-2: #e28a2c;
--color-3: #f2ead4;
--color-4: #5c7b99;
--color-5: #2e2a60;
}

🌈 Stranger Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e1f25, #e28a2c, #f2ead4, #5c7b99, #2e2a60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e1f25, #e28a2c, #f2ead4, #5c7b99, #2e2a60);
}

Stranger Vibes color palette created on .