Paleta de colores Vibrant Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Pink palette
CSS de la paleta de colores Vibrant Pink
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #d9ee72;
}
.color-4 {
color: #69af4b;
}
.color-5 {
color: #1e3799;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcb5c;
--color-3: #d9ee72;
--color-4: #69af4b;
--color-5: #1e3799;
}
CSS del degradado de fondo Vibrant Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcb5c, #d9ee72, #69af4b, #1e3799);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcb5c, #d9ee72, #69af4b, #1e3799);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 700+ paletas de colores Brillante
Vibrant Pink color palette created on .