Orange Spirit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Spirit palette

Share this palette to:

Orange Spirit color palette CSS

/* CSS */
.color-1 {
color: #ff801f;
}
.color-2 {
color: #ffbd2e;
}
.color-3 {
color: #ffcf75;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #993e2e;
}

/* CSS Variables */
:root {
--color-1: #ff801f;
--color-2: #ffbd2e;
--color-3: #ffcf75;
--color-4: #ff6e61;
--color-5: #993e2e;
}

Orange Spirit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff801f, #ffbd2e, #ffcf75, #ff6e61, #993e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff801f, #ffbd2e, #ffcf75, #ff6e61, #993e2e);
}

Orange Spirit color palette created on .