Constructive Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Constructive Harmony palette
Constructive Harmony color palette CSS
/* CSS */
.color-1 {
color: #5d8e8e;
}
.color-2 {
color: #b2d7d4;
}
.color-3 {
color: #f4d69f;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #f94e3e;
}
/* CSS Variables */
:root {
--color-1: #5d8e8e;
--color-2: #b2d7d4;
--color-3: #f4d69f;
--color-4: #fab700;
--color-5: #f94e3e;
}
Constructive Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8e8e, #b2d7d4, #f4d69f, #fab700, #f94e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8e8e, #b2d7d4, #f4d69f, #fab700, #f94e3e);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Constructive Harmony color palette created on .