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