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