Melodic Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Melodic Harmony palette

Share this palette to:

Download Melodic Harmony Color Palette (PNG)

Download melodic harmony color palette PNG image (landscape)
Download melodic harmony color palette PNG image (square)

Melodic Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9b29;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #4cae7b;
}
.color-5 {
color: #6a5bcd;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9b29;
--color-3: #ffd900;
--color-4: #4cae7b;
--color-5: #6a5bcd;
}

Melodic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9b29, #ffd900, #4cae7b, #6a5bcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9b29, #ffd900, #4cae7b, #6a5bcd);
}

Melodic Harmony color palette created on .