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: #f6b531;
}
.color-2 {
color: #f4e04e;
}
.color-3 {
color: #80d0c7;
}
.color-4 {
color: #28b5f6;
}
.color-5 {
color: #ff6b81;
}

/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f4e04e;
--color-3: #80d0c7;
--color-4: #28b5f6;
--color-5: #ff6b81;
}

CSS del degradado de fondo Vibrant Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f4e04e, #80d0c7, #28b5f6, #ff6b81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f4e04e, #80d0c7, #28b5f6, #ff6b81);
}

Vibrant Yellow color palette created on .