Orange Adventure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Adventure palette
Orange Adventure color palette CSS
/* CSS */
.color-1 {
color: #ffb742;
}
.color-2 {
color: #ff8838;
}
.color-3 {
color: #ff6a1a;
}
.color-4 {
color: #ff5500;
}
.color-5 {
color: #d90218;
}
/* CSS Variables */
:root {
--color-1: #ffb742;
--color-2: #ff8838;
--color-3: #ff6a1a;
--color-4: #ff5500;
--color-5: #d90218;
}
Orange Adventure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb742, #ff8838, #ff6a1a, #ff5500, #d90218);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb742, #ff8838, #ff6a1a, #ff5500, #d90218);
}
Similar color palettes
Scroll down to explore 200+ Orange color palettes
Orange Adventure color palette created on .