Deep Blue and Earthy Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Blue and Earthy Tones palette
Deep Blue and Earthy Tones color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3c5990;
}
.color-3 {
color: #8c3b3b;
}
.color-4 {
color: #b68e3e;
}
.color-5 {
color: #d57c6c;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3c5990;
--color-3: #8c3b3b;
--color-4: #b68e3e;
--color-5: #d57c6c;
}
Deep Blue and Earthy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3c5990, #8c3b3b, #b68e3e, #d57c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3c5990, #8c3b3b, #b68e3e, #d57c6c);
}
Similar color palettes
Deep Blue and Earthy Tones color palette created on .