Celebration Sparks Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celebration Sparks palette

Share this palette to:

Celebration Sparks color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9e3d;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9e3d;
--color-3: #ffcb5c;
--color-4: #ffd900;
--color-5: #ff4d4f;
}

Celebration Sparks background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9e3d, #ffcb5c, #ffd900, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9e3d, #ffcb5c, #ffd900, #ff4d4f);
}

Celebration Sparks color palette created on .