Eclectic Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eclectic Whimsy palette

Share this palette to:

Eclectic Whimsy color palette CSS

/* CSS */
.color-1 {
color: #a255b9;
}
.color-2 {
color: #f2e65f;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #1f8fff;
}
.color-5 {
color: #ff4d7f;
}

/* CSS Variables */
:root {
--color-1: #a255b9;
--color-2: #f2e65f;
--color-3: #ff6d1f;
--color-4: #1f8fff;
--color-5: #ff4d7f;
}

Eclectic Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a255b9, #f2e65f, #ff6d1f, #1f8fff, #ff4d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a255b9, #f2e65f, #ff6d1f, #1f8fff, #ff4d7f);
}

Eclectic Whimsy color palette created on .