Melodic Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Melodic Harmony palette

Share this palette to:

Melodic Harmony color palette CSS

/* CSS */
.color-1 {
color: #efd2dc;
}
.color-2 {
color: #e0d5bd;
}
.color-3 {
color: #b3dbd3;
}
.color-4 {
color: #abc7e2;
}
.color-5 {
color: #e1d7ee;
}

/* CSS Variables */
:root {
--color-1: #efd2dc;
--color-2: #e0d5bd;
--color-3: #b3dbd3;
--color-4: #abc7e2;
--color-5: #e1d7ee;
}

Melodic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efd2dc, #e0d5bd, #b3dbd3, #abc7e2, #e1d7ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efd2dc, #e0d5bd, #b3dbd3, #abc7e2, #e1d7ee);
}

Melodic Harmony color palette created on .