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: #d56c3f;
}
.color-2 {
color: #f2a15a;
}
.color-3 {
color: #f4d15d;
}
.color-4 {
color: #c1d6a4;
}
.color-5 {
color: #509b8c;
}
/* CSS Variables */
:root {
--color-1: #d56c3f;
--color-2: #f2a15a;
--color-3: #f4d15d;
--color-4: #c1d6a4;
--color-5: #509b8c;
}
Santa Fe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d56c3f, #f2a15a, #f4d15d, #c1d6a4, #509b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d56c3f, #f2a15a, #f4d15d, #c1d6a4, #509b8c);
}
Similar color palettes
Santa Fe color palette created on .