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