Wild Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wild Orange palette

Share this palette to:

Wild Orange color palette CSS

/* CSS */
.color-1 {
color: #d65d00;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #6a3e29;
}
.color-4 {
color: #3a6958;
}
.color-5 {
color: #229b7d;
}

/* CSS Variables */
:root {
--color-1: #d65d00;
--color-2: #a85f2e;
--color-3: #6a3e29;
--color-4: #3a6958;
--color-5: #229b7d;
}

Wild Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65d00, #a85f2e, #6a3e29, #3a6958, #229b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65d00, #a85f2e, #6a3e29, #3a6958, #229b7d);
}

Wild Orange color palette created on .