Paleta de colores Sun
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sun palette
CSS de la paleta de colores Sun
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ffdb4d;
}
.color-3 {
color: #ffea80;
}
.color-4 {
color: #fff5b3;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ffdb4d;
--color-3: #ffea80;
--color-4: #fff5b3;
--color-5: #ffffff;
}
CSS del degradado de fondo Sun
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ffdb4d, #ffea80, #fff5b3, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ffdb4d, #ffea80, #fff5b3, #ffffff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Sun color palette created on .