Carnival Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Carnival Dreams palette

Share this palette to:

Carnival Dreams color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ffe070;
}
.color-4 {
color: #b3e4ff;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb347;
--color-3: #ffe070;
--color-4: #b3e4ff;
--color-5: #6b9cd1;
}

Carnival Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb347, #ffe070, #b3e4ff, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb347, #ffe070, #b3e4ff, #6b9cd1);
}

Carnival Dreams color palette created on .