Russia Color Palette

Discover the beautiful Russia color palette featuring tall poppy (#b84526), brandy punch (#d07f30), au chico (#8e625a), bone (#e7cec1) and mule fawn (#893f2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Orange, Pink, Soft, Vintage, 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 Russia palette

Share this palette to:

💻 Russia color palette CSS

/* CSS */
.color-1 {
color: #b84526;
}
.color-2 {
color: #d07f30;
}
.color-3 {
color: #8e625a;
}
.color-4 {
color: #e7cec1;
}
.color-5 {
color: #893f2a;
}

/* CSS Variables */
:root {
--color-1: #b84526;
--color-2: #d07f30;
--color-3: #8e625a;
--color-4: #e7cec1;
--color-5: #893f2a;
}

🌈 Russia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b84526, #d07f30, #8e625a, #e7cec1, #893f2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b84526, #d07f30, #8e625a, #e7cec1, #893f2a);
}

Russia color palette created on .