Paleta de colores Golden Auroris
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golden Auroris palette
CSS de la paleta de colores Golden Auroris
/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #f7c12b;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #f07e38;
}
.color-5 {
color: #d45216;
}
/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #f7c12b;
--color-3: #f5a300;
--color-4: #f07e38;
--color-5: #d45216;
}
CSS del degradado de fondo Golden Auroris
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #f7c12b, #f5a300, #f07e38, #d45216);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #f7c12b, #f5a300, #f07e38, #d45216);
}
Paletas de colores similares
Golden Auroris color palette created on .