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