Rural Red Hues Color Palette

Discover the beautiful Rural Red Hues color palette featuring mojo (#c1453e), japonica (#d97b59), saffron (#f2b62c), golden sand (#f2db69) and primrose (#e5f2a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Orange, Red, Yellow 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 Rural Red Hues palette

Share this palette to:

💻 Rural Red Hues color palette CSS

/* CSS */
.color-1 {
color: #c1453e;
}
.color-2 {
color: #d97b59;
}
.color-3 {
color: #f2b62c;
}
.color-4 {
color: #f2db69;
}
.color-5 {
color: #e5f2a1;
}

/* CSS Variables */
:root {
--color-1: #c1453e;
--color-2: #d97b59;
--color-3: #f2b62c;
--color-4: #f2db69;
--color-5: #e5f2a1;
}

🌈 Rural Red Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1453e, #d97b59, #f2b62c, #f2db69, #e5f2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1453e, #d97b59, #f2b62c, #f2db69, #e5f2a1);
}

Rural Red Hues color palette created on .