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: #ffde05;
}
.color-2 {
color: #f8b830;
}
.color-3 {
color: #f39c12;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d15400;
}

/* CSS Variables */
:root {
--color-1: #ffde05;
--color-2: #f8b830;
--color-3: #f39c12;
--color-4: #e77e23;
--color-5: #d15400;
}

CSS del degradado de fondo Bright Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffde05, #f8b830, #f39c12, #e77e23, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffde05, #f8b830, #f39c12, #e77e23, #d15400);
}

Bright Yellow color palette created on .