Ruby-Red Lips Color Palette

Discover the beautiful Ruby-Red Lips color palette featuring venetian red (#7a0016), red devil (#85000b), sangria (#990003), bright red (#a80003) and monza (#c2003a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Burgundy, Dark, Deep, Earthy, Masculine, Red, Retro, 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 Ruby-Red Lips palette

Share this palette to:

💻 Ruby-Red Lips color palette CSS

/* CSS */
.color-1 {
color: #7a0016;
}
.color-2 {
color: #85000b;
}
.color-3 {
color: #990003;
}
.color-4 {
color: #a80003;
}
.color-5 {
color: #c2003a;
}

/* CSS Variables */
:root {
--color-1: #7a0016;
--color-2: #85000b;
--color-3: #990003;
--color-4: #a80003;
--color-5: #c2003a;
}

🌈 Ruby-Red Lips background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a0016, #85000b, #990003, #a80003, #c2003a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a0016, #85000b, #990003, #a80003, #c2003a);
}

Ruby-Red Lips color palette created on .