Red Vibes Color Palette

Discover the beautiful Red Vibes color palette featuring monza (#d60032), pomegranate (#f44034), sunset orange (#ff5252), vivid tangerine (#ff8a80) and lavender blush (#ffebee).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Red, Vibrant, Warm 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 Red Vibes palette

Share this palette to:

💻 Red Vibes color palette CSS

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #f44034;
}
.color-3 {
color: #ff5252;
}
.color-4 {
color: #ff8a80;
}
.color-5 {
color: #ffebee;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #f44034;
--color-3: #ff5252;
--color-4: #ff8a80;
--color-5: #ffebee;
}

🌈 Red Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #f44034, #ff5252, #ff8a80, #ffebee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #f44034, #ff5252, #ff8a80, #ffebee);
}

Red Vibes color palette created on .