Harmony Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harmony Blue palette

Share this palette to:

Harmony Blue color palette PNG image

Download harmony blue color palette PNG image (landscape)
Download harmony blue color palette PNG image (square)

Harmony Blue color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f9c59a;
}
.color-3 {
color: #f2a6b1;
}
.color-4 {
color: #6ea5d8;
}
.color-5 {
color: #4b7e91;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f9c59a;
--color-3: #f2a6b1;
--color-4: #6ea5d8;
--color-5: #4b7e91;
}

Harmony Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f9c59a, #f2a6b1, #6ea5d8, #4b7e91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f9c59a, #f2a6b1, #6ea5d8, #4b7e91);
}

Harmony Blue color palette created on .