Harmonic Unlock Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harmonic Unlock palette

Share this palette to:

Harmonic Unlock color palette CSS

/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f1d8a2;
}
.color-4 {
color: #efaf8a;
}
.color-5 {
color: #c93b3b;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #f6b83c;
--color-3: #f1d8a2;
--color-4: #efaf8a;
--color-5: #c93b3b;
}

Harmonic Unlock background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #f6b83c, #f1d8a2, #efaf8a, #c93b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #f6b83c, #f1d8a2, #efaf8a, #c93b3b);
}

Harmonic Unlock color palette created on .