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