Earthy Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Blue palette
Earthy Blue color palette CSS
/* CSS */
.color-1 {
color: #6c4f3d;
}
.color-2 {
color: #d7b888;
}
.color-3 {
color: #f1e6b6;
}
.color-4 {
color: #bfd5e3;
}
.color-5 {
color: #499c92;
}
/* CSS Variables */
:root {
--color-1: #6c4f3d;
--color-2: #d7b888;
--color-3: #f1e6b6;
--color-4: #bfd5e3;
--color-5: #499c92;
}
Earthy Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c4f3d, #d7b888, #f1e6b6, #bfd5e3, #499c92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c4f3d, #d7b888, #f1e6b6, #bfd5e3, #499c92);
}
Similar color palettes
- Espresso Elegance
- Warm Beige
- Pink Mint Delight
- Brown Iced Latte
- Whispers of Nature
- Whispers of Earth
- Earthy Elegance
- Whispering Woods
- Autumn's Embrace
- Haunting Harvest
- Whispers of Earth
- Autumn Harvest Hues
- Autumn Harvest Hues
- Whispers of the Wild
- Livid Brown Hues
- Whispers of Coastal Dusk
- Whispers of Sandstone
- Embrace of Earth
Earthy Blue color palette created on .