Blond in Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blond in Blue palette

Share this palette to:

Blond in Blue color palette PNG image

Download blond in blue color palette PNG image (landscape)
Download blond in blue color palette PNG image (square)

Blond in Blue color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #a2c1e2;
}
.color-3 {
color: #6aa2c8;
}
.color-4 {
color: #3c8caf;
}
.color-5 {
color: #1e6f8f;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #a2c1e2;
--color-3: #6aa2c8;
--color-4: #3c8caf;
--color-5: #1e6f8f;
}

Blond in Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #a2c1e2, #6aa2c8, #3c8caf, #1e6f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #a2c1e2, #6aa2c8, #3c8caf, #1e6f8f);
}

Blond in Blue color palette created on .