Paleta de colores Bright Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Bright Yellow

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #e6e6e6;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #3a9cd9;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f7c94b;
--color-3: #e6e6e6;
--color-4: #a3d5e0;
--color-5: #3a9cd9;
}

CSS del degradado de fondo Bright Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f7c94b, #e6e6e6, #a3d5e0, #3a9cd9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f7c94b, #e6e6e6, #a3d5e0, #3a9cd9);
}

Bright Yellow color palette created on .