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: #f6a8ff;
}
.color-2 {
color: #d43a8f;
}
.color-3 {
color: #ff692e;
}
.color-4 {
color: #ffca75;
}
.color-5 {
color: #ffe057;
}

/* CSS Variables */
:root {
--color-1: #f6a8ff;
--color-2: #d43a8f;
--color-3: #ff692e;
--color-4: #ffca75;
--color-5: #ffe057;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8ff, #d43a8f, #ff692e, #ffca75, #ffe057);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8ff, #d43a8f, #ff692e, #ffca75, #ffe057);
}

Vibrant Pink color palette created on .