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