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