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: #ffbb00;
}
.color-2 {
color: #ffca38;
}
.color-3 {
color: #ffd65c;
}
.color-4 {
color: #ffe68a;
}
.color-5 {
color: #fff7b3;
}
/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffca38;
--color-3: #ffd65c;
--color-4: #ffe68a;
--color-5: #fff7b3;
}
CSS del degradado de fondo Bright Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ffca38, #ffd65c, #ffe68a, #fff7b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ffca38, #ffd65c, #ffe68a, #fff7b3);
}
Paletas de colores similares
Bright Yellow color palette created on .