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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Santa Fe color palette created on .