Sunset Carnival Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Carnival palette

Share this palette to:

Sunset Carnival color palette CSS

/* CSS */
.color-1 {
color: #eb0f6b;
}
.color-2 {
color: #fabb29;
}
.color-3 {
color: #30a1df;
}
.color-4 {
color: #f76402;
}
.color-5 {
color: #aad86e;
}

/* CSS Variables */
:root {
--color-1: #eb0f6b;
--color-2: #fabb29;
--color-3: #30a1df;
--color-4: #f76402;
--color-5: #aad86e;
}

Sunset Carnival background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb0f6b, #fabb29, #30a1df, #f76402, #aad86e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb0f6b, #fabb29, #30a1df, #f76402, #aad86e);
}

Sunset Carnival color palette created on .