Paleta de colores Vibrant Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vibrant Yellow

Download vibrant yellow color palette PNG image (landscape)
Download vibrant yellow color palette PNG image (square)

CSS de la paleta de colores Vibrant Yellow

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d4a9f4;
}
.color-4 {
color: #4b8b7a;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #ff6e61;
--color-3: #d4a9f4;
--color-4: #4b8b7a;
--color-5: #ffcc00;
}

CSS del degradado de fondo Vibrant Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #ff6e61, #d4a9f4, #4b8b7a, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #ff6e61, #d4a9f4, #4b8b7a, #ffcc00);
}

Vibrant Yellow color palette created on .