Paleta de colores Deep Blue and Earthy Tones
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Deep Blue and Earthy Tones palette
CSS de la paleta de colores Deep Blue and Earthy Tones
/* 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;
}
CSS del degradado de fondo Deep Blue and Earthy Tones
/* 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);
}
Paletas de colores similares
Deep Blue and Earthy Tones color palette created on .