Elegant Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Harmony palette
Color Inspiration
Images that showcase this color palette in real designs
Download Elegant Harmony Color Palette (PNG)
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);
}
Similar color palettes
Elegant Harmony color palette created on .