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: #3a9ad9;
}
.color-2 {
color: #6cc1e5;
}
.color-3 {
color: #a4e1f4;
}
.color-4 {
color: #f5f9f0;
}
.color-5 {
color: #ff9900;
}
/* CSS Variables */
:root {
--color-1: #3a9ad9;
--color-2: #6cc1e5;
--color-3: #a4e1f4;
--color-4: #f5f9f0;
--color-5: #ff9900;
}
Blue Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a9ad9, #6cc1e5, #a4e1f4, #f5f9f0, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a9ad9, #6cc1e5, #a4e1f4, #f5f9f0, #ff9900);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Earth color palette created on .