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