Rebel Radiance Color Palette

Discover the beautiful Rebel Radiance color palette featuring cod gray (#161213), dark tan (#680e1f), vin rouge (#a04058), mandalay (#9e7616) and apple (#60aa3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Burgundy 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 Rebel Radiance palette

Share this palette to:

💻 Rebel Radiance color palette CSS

/* CSS */
.color-1 {
color: #161213;
}
.color-2 {
color: #680e1f;
}
.color-3 {
color: #a04058;
}
.color-4 {
color: #9e7616;
}
.color-5 {
color: #60aa3c;
}

/* CSS Variables */
:root {
--color-1: #161213;
--color-2: #680e1f;
--color-3: #a04058;
--color-4: #9e7616;
--color-5: #60aa3c;
}

🌈 Rebel Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #161213, #680e1f, #a04058, #9e7616, #60aa3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #161213, #680e1f, #a04058, #9e7616, #60aa3c);
}

Rebel Radiance color palette created on .