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