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: #ffdd33;
}
.color-3 {
color: #ffeb66;
}
.color-4 {
color: #ffff99;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffdd33;
--color-3: #ffeb66;
--color-4: #ffff99;
--color-5: #ffd900;
}
CSS del degradado de fondo Selective Yellow Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ffdd33, #ffeb66, #ffff99, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ffdd33, #ffeb66, #ffff99, #ffd900);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Amarillo
Selective Yellow Sunshine color palette created on .