Harmonic Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harmonic Hues palette

Share this palette to:

Harmonic Hues color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb357;
}
.color-3 {
color: #a1d76a;
}
.color-4 {
color: #6cc3d0;
}
.color-5 {
color: #f2a1b6;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb357;
--color-3: #a1d76a;
--color-4: #6cc3d0;
--color-5: #f2a1b6;
}

Harmonic Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb357, #a1d76a, #6cc3d0, #f2a1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb357, #a1d76a, #6cc3d0, #f2a1b6);
}

Harmonic Hues color palette created on .