Natural Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Natural Harmony palette

Share this palette to:

Natural Harmony color palette CSS

/* CSS */
.color-1 {
color: #f5cfb2;
}
.color-2 {
color: #e1b6a3;
}
.color-3 {
color: #d4a68c;
}
.color-4 {
color: #c69b76;
}
.color-5 {
color: #b28b6c;
}

/* CSS Variables */
:root {
--color-1: #f5cfb2;
--color-2: #e1b6a3;
--color-3: #d4a68c;
--color-4: #c69b76;
--color-5: #b28b6c;
}

Natural Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5cfb2, #e1b6a3, #d4a68c, #c69b76, #b28b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5cfb2, #e1b6a3, #d4a68c, #c69b76, #b28b6c);
}

Natural Harmony color palette created on .