Orange Isobel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Isobel palette

Share this palette to:

Orange Isobel color palette CSS

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ff661f;
}
.color-3 {
color: #ff473d;
}
.color-4 {
color: #ff801f;
}
.color-5 {
color: #ffb405;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ff661f;
--color-3: #ff473d;
--color-4: #ff801f;
--color-5: #ffb405;
}

Orange Isobel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ff661f, #ff473d, #ff801f, #ffb405);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ff661f, #ff473d, #ff801f, #ffb405);
}

Orange Isobel color palette created on .