Whimsical Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Harmony palette

Share this palette to:

Whimsical Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6cbe46;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #389ad6;
}
.color-5 {
color: #dfb7f1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6cbe46;
--color-3: #f7c94b;
--color-4: #389ad6;
--color-5: #dfb7f1;
}

Whimsical Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6cbe46, #f7c94b, #389ad6, #dfb7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6cbe46, #f7c94b, #389ad6, #dfb7f1);
}

Whimsical Harmony color palette created on .