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: #f7c5d5;
}
.color-2 {
color: #f3e6b4;
}
.color-3 {
color: #c4e2f3;
}
.color-4 {
color: #b2d7c8;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f3e6b4;
--color-3: #c4e2f3;
--color-4: #b2d7c8;
--color-5: #f1a8a2;
}

Whimsical Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f3e6b4, #c4e2f3, #b2d7c8, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f3e6b4, #c4e2f3, #b2d7c8, #f1a8a2);
}

Whimsical Harmony color palette created on .