November Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with November Glow palette

Share this palette to:

Download November Glow Color Palette (PNG)

Download november glow color palette PNG image (landscape)
Download november glow color palette PNG image (square)

November Glow color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ff5724;
}
.color-4 {
color: #e64919;
}
.color-5 {
color: #c0360c;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8c00;
--color-3: #ff5724;
--color-4: #e64919;
--color-5: #c0360c;
}

November Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8c00, #ff5724, #e64919, #c0360c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8c00, #ff5724, #e64919, #c0360c);
}

November Glow color palette created on .