Paleta de colores Traditional Blue and Red Earth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Traditional Blue and Red Earth palette
CSS de la paleta de colores Traditional Blue and Red Earth
/* CSS */
.color-1 {
color: #295c89;
}
.color-2 {
color: #c84a28;
}
.color-3 {
color: #8c5a2b;
}
.color-4 {
color: #e0a54d;
}
.color-5 {
color: #f7b72b;
}
/* CSS Variables */
:root {
--color-1: #295c89;
--color-2: #c84a28;
--color-3: #8c5a2b;
--color-4: #e0a54d;
--color-5: #f7b72b;
}
CSS del degradado de fondo Traditional Blue and Red Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #295c89, #c84a28, #8c5a2b, #e0a54d, #f7b72b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #295c89, #c84a28, #8c5a2b, #e0a54d, #f7b72b);
}
Paletas de colores similares
Traditional Blue and Red Earth color palette created on .