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: #a1e8ae;
}
.color-2 {
color: #ffb3c3;
}
.color-3 {
color: #ffc94d;
}
.color-4 {
color: #6b5b95;
}
.color-5 {
color: #b9e1f3;
}
/* CSS Variables */
:root {
--color-1: #a1e8ae;
--color-2: #ffb3c3;
--color-3: #ffc94d;
--color-4: #6b5b95;
--color-5: #b9e1f3;
}
CSS del degradado de fondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1e8ae, #ffb3c3, #ffc94d, #6b5b95, #b9e1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1e8ae, #ffb3c3, #ffc94d, #6b5b95, #b9e1f3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores Estético
Shades of Pink color palette created on .