Paleta de colores Sunny Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunny Yellow palette
CSS de la paleta de colores Sunny Yellow
/* CSS */
.color-1 {
color: #fbe9a7;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f7c6a1;
}
.color-5 {
color: #f79c40;
}
/* CSS Variables */
:root {
--color-1: #fbe9a7;
--color-2: #f9d66c;
--color-3: #f6b83c;
--color-4: #f7c6a1;
--color-5: #f79c40;
}
CSS del degradado de fondo Sunny Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe9a7, #f9d66c, #f6b83c, #f7c6a1, #f79c40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe9a7, #f9d66c, #f6b83c, #f7c6a1, #f79c40);
}
Paletas de colores similares
Sunny Yellow color palette created on .