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