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: #c85b93;
}
.color-2 {
color: #e6a07a;
}
.color-3 {
color: #e2ce69;
}
.color-4 {
color: #69bce2;
}
.color-5 {
color: #8c9ae8;
}

/* CSS Variables */
:root {
--color-1: #c85b93;
--color-2: #e6a07a;
--color-3: #e2ce69;
--color-4: #69bce2;
--color-5: #8c9ae8;
}

Carnival Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85b93, #e6a07a, #e2ce69, #69bce2, #8c9ae8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85b93, #e6a07a, #e2ce69, #69bce2, #8c9ae8);
}

Carnival Whimsy color palette created on .