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