Paleta de colores Pastel Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Green palette

Compartir esta paleta en:

CSS de la paleta de colores Pastel Green

/* CSS */
.color-1 {
color: #f0e1a3;
}
.color-2 {
color: #e0aed2;
}
.color-3 {
color: #97c2d3;
}
.color-4 {
color: #6c9d6f;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #f0e1a3;
--color-2: #e0aed2;
--color-3: #97c2d3;
--color-4: #6c9d6f;
--color-5: #f5a524;
}

CSS del degradado de fondo Pastel Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e1a3, #e0aed2, #97c2d3, #6c9d6f, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e1a3, #e0aed2, #97c2d3, #6c9d6f, #f5a524);
}

Pastel Green color palette created on .