Tuscan Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tuscan Sunrise palette

Share this palette to:

Download Tuscan Sunrise Color Palette (PNG)

Download tuscan sunrise color palette PNG image (landscape)
Download tuscan sunrise color palette PNG image (square)

Tuscan Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f5c147;
}
.color-2 {
color: #f9b548;
}
.color-3 {
color: #f8a359;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d85e18;
}

/* CSS Variables */
:root {
--color-1: #f5c147;
--color-2: #f9b548;
--color-3: #f8a359;
--color-4: #e77e23;
--color-5: #d85e18;
}

Tuscan Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c147, #f9b548, #f8a359, #e77e23, #d85e18);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c147, #f9b548, #f8a359, #e77e23, #d85e18);
}

Tuscan Sunrise color palette created on .