Earthy Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Blue palette

Share this palette to:

Earthy Blue color palette CSS

/* CSS */
.color-1 {
color: #8f9bb3;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #a5c9a1;
}
.color-4 {
color: #e4c46c;
}
.color-5 {
color: #d6a44c;
}

/* CSS Variables */
:root {
--color-1: #8f9bb3;
--color-2: #a5c6d5;
--color-3: #a5c9a1;
--color-4: #e4c46c;
--color-5: #d6a44c;
}

Earthy Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f9bb3, #a5c6d5, #a5c9a1, #e4c46c, #d6a44c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f9bb3, #a5c6d5, #a5c9a1, #e4c46c, #d6a44c);
}

Earthy Blue color palette created on .