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: #707eff;
}
.color-3 {
color: #57d68c;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #707eff;
--color-3: #57d68c;
--color-4: #f9e79f;
--color-5: #e74d3c;
}

Whimsical Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #707eff, #57d68c, #f9e79f, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #707eff, #57d68c, #f9e79f, #e74d3c);
}

Whimsical Harmony color palette created on .