Circus Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Circus Whimsy palette

Share this palette to:

Circus Whimsy color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #69af4b;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #3d3d3d;
}
.color-5 {
color: #f8c391;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #69af4b;
--color-3: #f6b83c;
--color-4: #3d3d3d;
--color-5: #f8c391;
}

Circus Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #69af4b, #f6b83c, #3d3d3d, #f8c391);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #69af4b, #f6b83c, #3d3d3d, #f8c391);
}

Circus Whimsy color palette created on .