Celebration Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celebration Spectrum palette

Share this palette to:

Download Celebration Spectrum Color Palette (PNG)

Download celebration spectrum color palette PNG image (landscape)
Download celebration spectrum color palette PNG image (square)

Celebration Spectrum color palette CSS

/* CSS */
.color-1 {
color: #b24d01;
}
.color-2 {
color: #df9e07;
}
.color-3 {
color: #91be6f;
}
.color-4 {
color: #43a889;
}
.color-5 {
color: #023697;
}

/* CSS Variables */
:root {
--color-1: #b24d01;
--color-2: #df9e07;
--color-3: #91be6f;
--color-4: #43a889;
--color-5: #023697;
}

Celebration Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b24d01, #df9e07, #91be6f, #43a889, #023697);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b24d01, #df9e07, #91be6f, #43a889, #023697);
}

Celebration Spectrum color palette created on .