Carnival Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Carnival Whimsy palette

Share this palette to:

Carnival Whimsy color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #75c6ff;
}
.color-5 {
color: #6c4c41;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #75c6ff;
--color-5: #6c4c41;
}

Carnival Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffec3d, #75c6ff, #6c4c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffec3d, #75c6ff, #6c4c41);
}

Carnival Whimsy color palette created on .