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: #e53838;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #f5b400;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #7c3bed;
}

/* CSS Variables */
:root {
--color-1: #e53838;
--color-2: #f05a28;
--color-3: #f5b400;
--color-4: #f0e78e;
--color-5: #7c3bed;
}

Sunset Carnival background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e53838, #f05a28, #f5b400, #f0e78e, #7c3bed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e53838, #f05a28, #f5b400, #f0e78e, #7c3bed);
}

Sunset Carnival color palette created on .