Paleta de colores Amber Autumn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Amber Autumn palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Amber Autumn (PNG)
CSS de la paleta de colores Amber Autumn
/* CSS */
.color-1 {
color: #f1d1a2;
}
.color-2 {
color: #d0a86c;
}
.color-3 {
color: #a46e3d;
}
.color-4 {
color: #8d4d25;
}
.color-5 {
color: #5d2c1d;
}
/* CSS Variables */
:root {
--color-1: #f1d1a2;
--color-2: #d0a86c;
--color-3: #a46e3d;
--color-4: #8d4d25;
--color-5: #5d2c1d;
}
CSS del degradado de fondo Amber Autumn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d1a2, #d0a86c, #a46e3d, #8d4d25, #5d2c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d1a2, #d0a86c, #a46e3d, #8d4d25, #5d2c1d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 70+ paletas de colores Ámbar
Amber Autumn color palette created on .