Santa Fe Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Santa Fe Sunset palette

Share this palette to:

Santa Fe Sunset color palette CSS

/* CSS */
.color-1 {
color: #b26c53;
}
.color-2 {
color: #d79b70;
}
.color-3 {
color: #f0c4a8;
}
.color-4 {
color: #e7b87e;
}
.color-5 {
color: #cf503a;
}

/* CSS Variables */
:root {
--color-1: #b26c53;
--color-2: #d79b70;
--color-3: #f0c4a8;
--color-4: #e7b87e;
--color-5: #cf503a;
}

Santa Fe Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b26c53, #d79b70, #f0c4a8, #e7b87e, #cf503a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b26c53, #d79b70, #f0c4a8, #e7b87e, #cf503a);
}

Santa Fe Sunset color palette created on .