Tuscany Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tuscany Sunset palette

Share this palette to:

Tuscany Sunset color palette CSS

/* CSS */
.color-1 {
color: #bd5d2e;
}
.color-2 {
color: #d7853c;
}
.color-3 {
color: #e4a75e;
}
.color-4 {
color: #f2d58c;
}
.color-5 {
color: #f9e3b9;
}

/* CSS Variables */
:root {
--color-1: #bd5d2e;
--color-2: #d7853c;
--color-3: #e4a75e;
--color-4: #f2d58c;
--color-5: #f9e3b9;
}

Tuscany Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bd5d2e, #d7853c, #e4a75e, #f2d58c, #f9e3b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bd5d2e, #d7853c, #e4a75e, #f2d58c, #f9e3b9);
}

Tuscany Sunset color palette created on .