Harmony in Hue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harmony in Hue palette
Harmony in Hue color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ff713d;
}
.color-4 {
color: #ff3d3d;
}
.color-5 {
color: #c72929;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b42;
--color-3: #ff713d;
--color-4: #ff3d3d;
--color-5: #c72929;
}
Harmony in Hue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b42, #ff713d, #ff3d3d, #c72929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b42, #ff713d, #ff3d3d, #c72929);
}
Similar color palettes
Harmony in Hue color palette created on .