Paleta de colores Bright Yellow Star

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Yellow Star palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Bright Yellow Star

Download bright yellow star color palette PNG image (landscape)
Download bright yellow star color palette PNG image (square)

CSS de la paleta de colores Bright Yellow Star

/* CSS */
.color-1 {
color: #fff4bd;
}
.color-2 {
color: #feeb7b;
}
.color-3 {
color: #fed35d;
}
.color-4 {
color: #fde04e;
}
.color-5 {
color: #fcde45;
}

/* CSS Variables */
:root {
--color-1: #fff4bd;
--color-2: #feeb7b;
--color-3: #fed35d;
--color-4: #fde04e;
--color-5: #fcde45;
}

CSS del degradado de fondo Bright Yellow Star

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff4bd, #feeb7b, #fed35d, #fde04e, #fcde45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff4bd, #feeb7b, #fed35d, #fde04e, #fcde45);
}

Bright Yellow Star color palette created on .