Elegant Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Harmony palette

Share this palette to:

Elegant Harmony color palette PNG image

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

Elegant Harmony color palette CSS

/* CSS */
.color-1 {
color: #292929;
}
.color-2 {
color: #c25656;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f2d1c4;
}
.color-5 {
color: #b86b4c;
}

/* CSS Variables */
:root {
--color-1: #292929;
--color-2: #c25656;
--color-3: #ffffff;
--color-4: #f2d1c4;
--color-5: #b86b4c;
}

Elegant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292929, #c25656, #ffffff, #f2d1c4, #b86b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292929, #c25656, #ffffff, #f2d1c4, #b86b4c);
}

Elegant Harmony color palette created on .