Orange Oktoberfest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Oktoberfest palette
Orange Oktoberfest color palette PNG image
Orange Oktoberfest color palette CSS
/* CSS */
.color-1 {
color: #e5a938;
}
.color-2 {
color: #c56b2b;
}
.color-3 {
color: #8d5a2a;
}
.color-4 {
color: #f3d68c;
}
.color-5 {
color: #303b45;
}
/* CSS Variables */
:root {
--color-1: #e5a938;
--color-2: #c56b2b;
--color-3: #8d5a2a;
--color-4: #f3d68c;
--color-5: #303b45;
}
Orange Oktoberfest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a938, #c56b2b, #8d5a2a, #f3d68c, #303b45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a938, #c56b2b, #8d5a2a, #f3d68c, #303b45);
}
Similar color palettes
Orange Oktoberfest color palette created on .