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