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: #f5c400;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #e03c1f;
}
.color-4 {
color: #a63a7f;
}
.color-5 {
color: #3c4d9f;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #f5a300;
--color-3: #e03c1f;
--color-4: #a63a7f;
--color-5: #3c4d9f;
}

CSS del degradado de fondo Vibrant Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #f5a300, #e03c1f, #a63a7f, #3c4d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #f5a300, #e03c1f, #a63a7f, #3c4d9f);
}

Vibrant Yellow color palette created on .