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