Paleta de colores Golden Amber
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golden Amber palette
CSS de la paleta de colores Golden Amber
/* CSS */
.color-1 {
color: #fee0ae;
}
.color-2 {
color: #ffe3bd;
}
.color-3 {
color: #ffe9c7;
}
.color-4 {
color: #fff1cc;
}
.color-5 {
color: #fff4e0;
}
/* CSS Variables */
:root {
--color-1: #fee0ae;
--color-2: #ffe3bd;
--color-3: #ffe9c7;
--color-4: #fff1cc;
--color-5: #fff4e0;
}
CSS del degradado de fondo Golden Amber
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee0ae, #ffe3bd, #ffe9c7, #fff1cc, #fff4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee0ae, #ffe3bd, #ffe9c7, #fff1cc, #fff4e0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Beige
Golden Amber color palette created on .