Sangria Sunset Color Palette

Discover the beautiful Sangria Sunset color palette featuring old brick (#9c1c31), mojo (#c0394e), cranberry (#d4597e), illusion (#f7a6b6) and albescent white (#f7e6de).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Pink, Bright, Aesthetic, Vibrant 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 Sangria Sunset palette

Share this palette to:

💻 Sangria Sunset color palette CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c0394e;
}
.color-3 {
color: #d4597e;
}
.color-4 {
color: #f7a6b6;
}
.color-5 {
color: #f7e6de;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c0394e;
--color-3: #d4597e;
--color-4: #f7a6b6;
--color-5: #f7e6de;
}

🌈 Sangria Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c0394e, #d4597e, #f7a6b6, #f7e6de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c0394e, #d4597e, #f7a6b6, #f7e6de);
}

Sangria Sunset color palette created on .