Sweet Celebration Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Celebration palette

Share this palette to:

Sweet Celebration color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffe4b3;
}
.color-4 {
color: #ff6bb5;
}
.color-5 {
color: #ff1492;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcc00;
--color-3: #ffe4b3;
--color-4: #ff6bb5;
--color-5: #ff1492;
}

Sweet Celebration background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcc00, #ffe4b3, #ff6bb5, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcc00, #ffe4b3, #ff6bb5, #ff1492);
}

Sweet Celebration color palette created on .