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