Caballero Medieval Color Palette

Discover the beautiful Caballero Medieval color palette featuring solid pink (#7c2d3c), apple blossom (#a74b49), japonica (#d77c70), gold sand (#e4b181) and bison hide (#c7b7a9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Cream, Earthy, Gold, Medieval, Red, 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 Caballero Medieval palette

Share this palette to:

💻 Caballero Medieval color palette CSS

/* CSS */
.color-1 {
color: #7c2d3c;
}
.color-2 {
color: #a74b49;
}
.color-3 {
color: #d77c70;
}
.color-4 {
color: #e4b181;
}
.color-5 {
color: #c7b7a9;
}

/* CSS Variables */
:root {
--color-1: #7c2d3c;
--color-2: #a74b49;
--color-3: #d77c70;
--color-4: #e4b181;
--color-5: #c7b7a9;
}

🌈 Caballero Medieval background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d3c, #a74b49, #d77c70, #e4b181, #c7b7a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d3c, #a74b49, #d77c70, #e4b181, #c7b7a9);
}

Caballero Medieval color palette created on .