Earth and Sky Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earth and Sky Harmony palette
Earth and Sky Harmony color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #5cbbe0;
}
.color-3 {
color: #73d3c9;
}
.color-4 {
color: #a2e7b3;
}
.color-5 {
color: #f3f94e;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5cbbe0;
--color-3: #73d3c9;
--color-4: #a2e7b3;
--color-5: #f3f94e;
}
Earth and Sky Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5cbbe0, #73d3c9, #a2e7b3, #f3f94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5cbbe0, #73d3c9, #a2e7b3, #f3f94e);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Earth and Sky Harmony color palette created on .