Festival of Lights Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Festival of Lights palette

Share this palette to:

Festival of Lights color palette CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #f57e00;
}
.color-3 {
color: #d8313c;
}
.color-4 {
color: #9e4c78;
}
.color-5 {
color: #5b2b91;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #f57e00;
--color-3: #d8313c;
--color-4: #9e4c78;
--color-5: #5b2b91;
}

Festival of Lights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #f57e00, #d8313c, #9e4c78, #5b2b91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #f57e00, #d8313c, #9e4c78, #5b2b91);
}

Festival of Lights color palette created on .