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: #ffc300;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #ffe8a3;
}
.color-5 {
color: #fff5c2;
}

/* CSS Variables */
:root {
--color-1: #ffc300;
--color-2: #ffd942;
--color-3: #ffeb8a;
--color-4: #ffe8a3;
--color-5: #fff5c2;
}

CSS del degradado de fondo Bright Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc300, #ffd942, #ffeb8a, #ffe8a3, #fff5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc300, #ffd942, #ffeb8a, #ffe8a3, #fff5c2);
}

Bright Yellow color palette created on .