Blue Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Earth palette

Share this palette to:

Blue Earth color palette CSS

/* CSS */
.color-1 {
color: #6a9cbe;
}
.color-2 {
color: #b2d6e0;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e57e24;
}
.color-5 {
color: #a55b40;
}

/* CSS Variables */
:root {
--color-1: #6a9cbe;
--color-2: #b2d6e0;
--color-3: #f1c84b;
--color-4: #e57e24;
--color-5: #a55b40;
}

Blue Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9cbe, #b2d6e0, #f1c84b, #e57e24, #a55b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9cbe, #b2d6e0, #f1c84b, #e57e24, #a55b40);
}

Blue Earth color palette created on .