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: #f9f971;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d33;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #f15bb5;
}

/* CSS Variables */
:root {
--color-1: #f9f971;
--color-2: #ff6e61;
--color-3: #ff3d33;
--color-4: #ff9900;
--color-5: #f15bb5;
}

CSS del degradado de fondo Vibrant Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f971, #ff6e61, #ff3d33, #ff9900, #f15bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f971, #ff6e61, #ff3d33, #ff9900, #f15bb5);
}

Vibrant Yellow color palette created on .