Santa Fe Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Santa Fe palette
Santa Fe color palette PNG image
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);
}
Similar color palettes
Santa Fe color palette created on .