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: #9b4b8b;
}
.color-2 {
color: #7b3d5b;
}
.color-3 {
color: #4e2d42;
}
.color-4 {
color: #f1a7ae;
}
.color-5 {
color: #f2d5ba;
}
/* CSS Variables */
:root {
--color-1: #9b4b8b;
--color-2: #7b3d5b;
--color-3: #4e2d42;
--color-4: #f1a7ae;
--color-5: #f2d5ba;
}
CSS del degradado de fondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b4b8b, #7b3d5b, #4e2d42, #f1a7ae, #f2d5ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b4b8b, #7b3d5b, #4e2d42, #f1a7ae, #f2d5ba);
}
Paletas de colores similares
Shades of Pink color palette created on .