Paleta de colores Vibrant Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Pink

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffe66b;
}
.color-3 {
color: #6dd093;
}
.color-4 {
color: #4978d4;
}
.color-5 {
color: #a45eb5;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffe66b;
--color-3: #6dd093;
--color-4: #4978d4;
--color-5: #a45eb5;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffe66b, #6dd093, #4978d4, #a45eb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffe66b, #6dd093, #4978d4, #a45eb5);
}

Vibrant Pink color palette created on .