Paleta de colores Japanese Autumn with Blues and Reds
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Japanese Autumn with Blues and Reds palette
Imagen PNG de la paleta de colores Japanese Autumn with Blues and Reds
CSS de la paleta de colores Japanese Autumn with Blues and Reds
/* CSS */
.color-1 {
color: #f47b1f;
}
.color-2 {
color: #a23457;
}
.color-3 {
color: #2a6b93;
}
.color-4 {
color: #c3b192;
}
.color-5 {
color: #682c2f;
}
/* CSS Variables */
:root {
--color-1: #f47b1f;
--color-2: #a23457;
--color-3: #2a6b93;
--color-4: #c3b192;
--color-5: #682c2f;
}
CSS del degradado de fondo Japanese Autumn with Blues and Reds
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47b1f, #a23457, #2a6b93, #c3b192, #682c2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47b1f, #a23457, #2a6b93, #c3b192, #682c2f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 7 paletas de colores Otoño
Japanese Autumn with Blues and Reds color palette created on .