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