Colorful Party Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Colorful Party palette

Share this palette to:

Colorful Party color palette CSS

/* CSS */
.color-1 {
color: #f45034;
}
.color-2 {
color: #f49b2f;
}
.color-3 {
color: #80a35c;
}
.color-4 {
color: #6c747a;
}
.color-5 {
color: #f45f48;
}

/* CSS Variables */
:root {
--color-1: #f45034;
--color-2: #f49b2f;
--color-3: #80a35c;
--color-4: #6c747a;
--color-5: #f45f48;
}

Colorful Party background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f45034, #f49b2f, #80a35c, #6c747a, #f45f48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f45034, #f49b2f, #80a35c, #6c747a, #f45f48);
}

Colorful Party color palette created on .