Deep Blue Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Blue Earth palette
Deep Blue Earth color palette CSS
/* CSS */
.color-1 {
color: #203a60;
}
.color-2 {
color: #a64b3a;
}
.color-3 {
color: #bda84c;
}
.color-4 {
color: #d3643c;
}
.color-5 {
color: #eab8c9;
}
/* CSS Variables */
:root {
--color-1: #203a60;
--color-2: #a64b3a;
--color-3: #bda84c;
--color-4: #d3643c;
--color-5: #eab8c9;
}
Deep Blue Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #203a60, #a64b3a, #bda84c, #d3643c, #eab8c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #203a60, #a64b3a, #bda84c, #d3643c, #eab8c9);
}
Similar color palettes
Deep Blue Earth color palette created on .