Tuscan Sunsets Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tuscan Sunsets palette

Share this palette to:

Tuscan Sunsets color palette CSS

/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #f1a20e;
}
.color-3 {
color: #d87d0e;
}
.color-4 {
color: #8f4d0f;
}
.color-5 {
color: #5d2f0e;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #f1a20e;
--color-3: #d87d0e;
--color-4: #8f4d0f;
--color-5: #5d2f0e;
}

Tuscan Sunsets background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #f1a20e, #d87d0e, #8f4d0f, #5d2f0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #f1a20e, #d87d0e, #8f4d0f, #5d2f0e);
}

Tuscan Sunsets color palette created on .