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