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: #d82c71;
}
.color-2 {
color: #f68041;
}
.color-3 {
color: #f4d02f;
}
.color-4 {
color: #3db1f0;
}
.color-5 {
color: #7375f2;
}

/* CSS Variables */
:root {
--color-1: #d82c71;
--color-2: #f68041;
--color-3: #f4d02f;
--color-4: #3db1f0;
--color-5: #7375f2;
}

Carnival Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d82c71, #f68041, #f4d02f, #3db1f0, #7375f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d82c71, #f68041, #f4d02f, #3db1f0, #7375f2);
}

Carnival Whimsy color palette created on .