Paleta de colores Crimson Shadows and Earth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Crimson Shadows and Earth palette
CSS de la paleta de colores Crimson Shadows and Earth
/* CSS */
.color-1 {
color: #ea434b;
}
.color-2 {
color: #d62448;
}
.color-3 {
color: #895315;
}
.color-4 {
color: #bb0c4f;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #ea434b;
--color-2: #d62448;
--color-3: #895315;
--color-4: #bb0c4f;
--color-5: #000000;
}
CSS del degradado de fondo Crimson Shadows and Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea434b, #d62448, #895315, #bb0c4f, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea434b, #d62448, #895315, #bb0c4f, #000000);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Rojo
Crimson Shadows and Earth color palette created on .