Paleta de colores Vibrant Pink Blue Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Pink Blue Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Pink Blue Yellow

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffd83d;
}
.color-3 {
color: #6ed6ed;
}
.color-4 {
color: #4ccdc4;
}
.color-5 {
color: #f7b5a1;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffd83d;
--color-3: #6ed6ed;
--color-4: #4ccdc4;
--color-5: #f7b5a1;
}

CSS del degradado de fondo Vibrant Pink Blue Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffd83d, #6ed6ed, #4ccdc4, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffd83d, #6ed6ed, #4ccdc4, #f7b5a1);
}

Vibrant Pink Blue Yellow color palette created on .