Orange Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Forest palette
Orange Forest color palette CSS
/* CSS */
.color-1 {
color: #d2541e;
}
.color-2 {
color: #f29b21;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #6ea68d;
}
.color-5 {
color: #3b6b9b;
}
/* CSS Variables */
:root {
--color-1: #d2541e;
--color-2: #f29b21;
--color-3: #f5c400;
--color-4: #6ea68d;
--color-5: #3b6b9b;
}
Orange Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2541e, #f29b21, #f5c400, #6ea68d, #3b6b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2541e, #f29b21, #f5c400, #6ea68d, #3b6b9b);
}
Similar color palettes
Orange Forest color palette created on .