Celebration Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celebration Spectrum palette

Share this palette to:

Celebration Spectrum color palette CSS

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #e66937;
}
.color-3 {
color: #c84c8a;
}
.color-4 {
color: #5c8df0;
}
.color-5 {
color: #3cb991;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #e66937;
--color-3: #c84c8a;
--color-4: #5c8df0;
--color-5: #3cb991;
}

Celebration Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #e66937, #c84c8a, #5c8df0, #3cb991);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #e66937, #c84c8a, #5c8df0, #3cb991);
}

Celebration Spectrum color palette created on .