Sunset Over Kutscherauerdorf Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Over Kutscherauerdorf palette
Sunset Over Kutscherauerdorf color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f05656;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #d9e9d3;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e61;
--color-3: #f05656;
--color-4: #4b91e2;
--color-5: #d9e9d3;
}
Sunset Over Kutscherauerdorf background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e61, #f05656, #4b91e2, #d9e9d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e61, #f05656, #4b91e2, #d9e9d3);
}
Similar color palettes
Sunset Over Kutscherauerdorf color palette created on .