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: #4a6b7d;
}
.color-2 {
color: #a0b6a6;
}
.color-3 {
color: #e7caa7;
}
.color-4 {
color: #c05739;
}
.color-5 {
color: #a95b2d;
}
/* CSS Variables */
:root {
--color-1: #4a6b7d;
--color-2: #a0b6a6;
--color-3: #e7caa7;
--color-4: #c05739;
--color-5: #a95b2d;
}
Blue Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6b7d, #a0b6a6, #e7caa7, #c05739, #a95b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6b7d, #a0b6a6, #e7caa7, #c05739, #a95b2d);
}
Similar color palettes
Scroll down to explore 80+ Earthy color palettes
Blue Earth color palette created on .