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: #ffbb00;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #6b4f92;
}
.color-5 {
color: #2f3b7f;
}

/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ff6d2e;
--color-3: #ff4d7f;
--color-4: #6b4f92;
--color-5: #2f3b7f;
}

CSS del degradado de fondo Vibrant Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ff6d2e, #ff4d7f, #6b4f92, #2f3b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ff6d2e, #ff4d7f, #6b4f92, #2f3b7f);
}

Vibrant Yellow color palette created on .