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