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: #f25c54;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #3d7ea9;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #ffc29e;
}

/* CSS Variables */
:root {
--color-1: #f25c54;
--color-2: #ffb300;
--color-3: #3d7ea9;
--color-4: #690571;
--color-5: #ffc29e;
}

Carnival Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f25c54, #ffb300, #3d7ea9, #690571, #ffc29e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f25c54, #ffb300, #3d7ea9, #690571, #ffc29e);
}

Carnival Whimsy color palette created on .