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 PNG image

Download tuscany sunset color palette PNG image (landscape)
Download tuscany sunset color palette PNG image (square)

Tuscany Sunset color palette CSS

/* CSS */
.color-1 {
color: #c76838;
}
.color-2 {
color: #dda988;
}
.color-3 {
color: #eacca9;
}
.color-4 {
color: #f5e3c2;
}
.color-5 {
color: #f8e3b4;
}

/* CSS Variables */
:root {
--color-1: #c76838;
--color-2: #dda988;
--color-3: #eacca9;
--color-4: #f5e3c2;
--color-5: #f8e3b4;
}

Tuscany Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c76838, #dda988, #eacca9, #f5e3c2, #f8e3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c76838, #dda988, #eacca9, #f5e3c2, #f8e3b4);
}

Tuscany Sunset color palette created on .