Santa Fe Color Palette

Discover the beautiful Santa Fe color palette featuring tuscany (#b55a30), equator (#e2a75a), double colonial white (#f0d7a8), mule fawn (#8c3d2b) and jagged ice (#c8eae2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Orange, Tan, Cream, Brown, Teal, Earthy, Warm, Bright, Desert 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 Santa Fe palette

Share this palette to:

๐Ÿ’ป Santa Fe color palette CSS

/* CSS */
.color-1 {
color: #b55a30;
}
.color-2 {
color: #e2a75a;
}
.color-3 {
color: #f0d7a8;
}
.color-4 {
color: #8c3d2b;
}
.color-5 {
color: #c8eae2;
}

/* CSS Variables */
:root {
--color-1: #b55a30;
--color-2: #e2a75a;
--color-3: #f0d7a8;
--color-4: #8c3d2b;
--color-5: #c8eae2;
}

๐ŸŒˆ Santa Fe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b55a30, #e2a75a, #f0d7a8, #8c3d2b, #c8eae2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b55a30, #e2a75a, #f0d7a8, #8c3d2b, #c8eae2);
}

Santa Fe color palette created on .