Dixie Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dixie Sunshine palette
Dixie Sunshine color palette CSS
/* CSS */
.color-1 {
color: #e29518;
}
.color-2 {
color: #f2b83a;
}
.color-3 {
color: #f3d758;
}
.color-4 {
color: #fee381;
}
.color-5 {
color: #f6e9a7;
}
/* CSS Variables */
:root {
--color-1: #e29518;
--color-2: #f2b83a;
--color-3: #f3d758;
--color-4: #fee381;
--color-5: #f6e9a7;
}
Dixie Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e29518, #f2b83a, #f3d758, #fee381, #f6e9a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e29518, #f2b83a, #f3d758, #fee381, #f6e9a7);
}
Similar color palettes
Dixie Sunshine color palette created on .