Garnet Glow Color Palette

Discover the beautiful Garnet Glow color palette featuring buccaneer (#6d2c2f), stiletto (#a03b3d), fuzzy wuzzy brown (#c94f4f), sunglo (#e27979) and mandys pink (#f2b1b2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with autumn, burgundy, 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 Garnet Glow palette

Share this palette to:

💻 Garnet Glow color palette CSS

/* CSS */
.color-1 {
color: #6d2c2f;
}
.color-2 {
color: #a03b3d;
}
.color-3 {
color: #c94f4f;
}
.color-4 {
color: #e27979;
}
.color-5 {
color: #f2b1b2;
}

/* CSS Variables */
:root {
--color-1: #6d2c2f;
--color-2: #a03b3d;
--color-3: #c94f4f;
--color-4: #e27979;
--color-5: #f2b1b2;
}

🌈 Garnet Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c2f, #a03b3d, #c94f4f, #e27979, #f2b1b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c2f, #a03b3d, #c94f4f, #e27979, #f2b1b2);
}

Garnet Glow color palette created on .