Freddy's Nightfall Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Freddy's Nightfall palette

Share this palette to:

Freddy's Nightfall color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #d8a65a;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #d8a65a;
--color-3: #f1c40e;
--color-4: #e77e23;
--color-5: #bf3a2b;
}

Freddy's Nightfall background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #d8a65a, #f1c40e, #e77e23, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #d8a65a, #f1c40e, #e77e23, #bf3a2b);
}

Freddy's Nightfall color palette created on .