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: #f9ebae;
}
.color-2 {
color: #f6c84c;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #e67a00;
}
.color-5 {
color: #d65d00;
}

/* CSS Variables */
:root {
--color-1: #f9ebae;
--color-2: #f6c84c;
--color-3: #f5a300;
--color-4: #e67a00;
--color-5: #d65d00;
}

CSS del degradado de fondo Bright Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ebae, #f6c84c, #f5a300, #e67a00, #d65d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ebae, #f6c84c, #f5a300, #e67a00, #d65d00);
}

Bright Yellow color palette created on .