Bright Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Harmony palette

Share this palette to:

Bright Harmony color palette PNG image

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

Bright Harmony color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #804d00;
}
.color-3 {
color: #ffea8f;
}
.color-4 {
color: #b27676;
}
.color-5 {
color: #1c1c1c;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #804d00;
--color-3: #ffea8f;
--color-4: #b27676;
--color-5: #1c1c1c;
}

Bright Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #804d00, #ffea8f, #b27676, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #804d00, #ffea8f, #b27676, #1c1c1c);
}

Bright Harmony color palette created on .