Orange Nightclub Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Nightclub palette

Share this palette to:

Orange Nightclub color palette CSS

/* CSS */
.color-1 {
color: #ff3c00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffa047;
}
.color-4 {
color: #ffc94d;
}
.color-5 {
color: #ffe28a;
}

/* CSS Variables */
:root {
--color-1: #ff3c00;
--color-2: #ff6d1f;
--color-3: #ffa047;
--color-4: #ffc94d;
--color-5: #ffe28a;
}

Orange Nightclub background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3c00, #ff6d1f, #ffa047, #ffc94d, #ffe28a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3c00, #ff6d1f, #ffa047, #ffc94d, #ffe28a);
}

Orange Nightclub color palette created on .