Paleta de colores Pastel Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pastel Pink palette
CSS de la paleta de colores Pastel Pink
/* CSS */
.color-1 {
color: #f5c7d6;
}
.color-2 {
color: #f2e8ba;
}
.color-3 {
color: #e1f0d1;
}
.color-4 {
color: #b2e0e0;
}
.color-5 {
color: #a1d3f2;
}
/* CSS Variables */
:root {
--color-1: #f5c7d6;
--color-2: #f2e8ba;
--color-3: #e1f0d1;
--color-4: #b2e0e0;
--color-5: #a1d3f2;
}
CSS del degradado de fondo Pastel Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7d6, #f2e8ba, #e1f0d1, #b2e0e0, #a1d3f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7d6, #f2e8ba, #e1f0d1, #b2e0e0, #a1d3f2);
}
Paletas de colores similares
Pastel Pink color palette created on .