Carnival Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Carnival Sunset palette

Share this palette to:

Carnival Sunset color palette CSS

/* CSS */
.color-1 {
color: #e74f04;
}
.color-2 {
color: #f78c22;
}
.color-3 {
color: #fbd150;
}
.color-4 {
color: #f6a7b2;
}
.color-5 {
color: #d94c30;
}

/* CSS Variables */
:root {
--color-1: #e74f04;
--color-2: #f78c22;
--color-3: #fbd150;
--color-4: #f6a7b2;
--color-5: #d94c30;
}

Carnival Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e74f04, #f78c22, #fbd150, #f6a7b2, #d94c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e74f04, #f78c22, #fbd150, #f6a7b2, #d94c30);
}

Carnival Sunset color palette created on .