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: #e5a57b;
}
.color-2 {
color: #f3c66d;
}
.color-3 {
color: #f9d75d;
}
.color-4 {
color: #e6b54c;
}
.color-5 {
color: #d0823e;
}

/* CSS Variables */
:root {
--color-1: #e5a57b;
--color-2: #f3c66d;
--color-3: #f9d75d;
--color-4: #e6b54c;
--color-5: #d0823e;
}

Sunset Carnival background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a57b, #f3c66d, #f9d75d, #e6b54c, #d0823e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a57b, #f3c66d, #f9d75d, #e6b54c, #d0823e);
}

Sunset Carnival color palette created on .