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