Sunset in the Tuscan Fields Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset in the Tuscan Fields palette
Sunset in the Tuscan Fields color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffbd7a;
}
.color-4 {
color: #ffe09e;
}
.color-5 {
color: #fff5d1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #ffbd7a;
--color-4: #ffe09e;
--color-5: #fff5d1;
}
Sunset in the Tuscan Fields background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #ffbd7a, #ffe09e, #fff5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #ffbd7a, #ffe09e, #fff5d1);
}
Similar color palettes
Sunset in the Tuscan Fields color palette created on .