Paleta de colores Vibrant Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Yellow

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #ff8e4d;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #d281e4;
}
.color-5 {
color: #6ea2f7;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #ff8e4d;
--color-3: #f76e6e;
--color-4: #d281e4;
--color-5: #6ea2f7;
}

CSS del degradado de fondo Vibrant Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #ff8e4d, #f76e6e, #d281e4, #6ea2f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #ff8e4d, #f76e6e, #d281e4, #6ea2f7);
}

Vibrant Yellow color palette created on .