Strong Orange and Dark Black Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Strong Orange and Dark Black palette

Share this palette to:

Strong Orange and Dark Black color palette CSS

/* CSS */
.color-1 {
color: #221916;
}
.color-2 {
color: #120e0c;
}
.color-3 {
color: #ff6224;
}
.color-4 {
color: #bda99e;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #221916;
--color-2: #120e0c;
--color-3: #ff6224;
--color-4: #bda99e;
--color-5: #ffffff;
}

Strong Orange and Dark Black background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #221916, #120e0c, #ff6224, #bda99e, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #221916, #120e0c, #ff6224, #bda99e, #ffffff);
}

Strong Orange and Dark Black color palette created on .