Blue Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Earth palette
Blue Earth color palette CSS
/* CSS */
.color-1 {
color: #3d82b3;
}
.color-2 {
color: #b9c7a9;
}
.color-3 {
color: #f3e6d3;
}
.color-4 {
color: #e4a15e;
}
.color-5 {
color: #7a4e2a;
}
/* CSS Variables */
:root {
--color-1: #3d82b3;
--color-2: #b9c7a9;
--color-3: #f3e6d3;
--color-4: #e4a15e;
--color-5: #7a4e2a;
}
Blue Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d82b3, #b9c7a9, #f3e6d3, #e4a15e, #7a4e2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d82b3, #b9c7a9, #f3e6d3, #e4a15e, #7a4e2a);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Blue Earth color palette created on .