Tuscany Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tuscany Orange palette

Share this palette to:

Tuscany Orange color palette CSS

/* CSS */
.color-1 {
color: #d37f4a;
}
.color-2 {
color: #e8b65e;
}
.color-3 {
color: #f3ca8c;
}
.color-4 {
color: #a4c4a1;
}
.color-5 {
color: #6baf6a;
}

/* CSS Variables */
:root {
--color-1: #d37f4a;
--color-2: #e8b65e;
--color-3: #f3ca8c;
--color-4: #a4c4a1;
--color-5: #6baf6a;
}

Tuscany Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d37f4a, #e8b65e, #f3ca8c, #a4c4a1, #6baf6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d37f4a, #e8b65e, #f3ca8c, #a4c4a1, #6baf6a);
}

Tuscany Orange color palette created on .