Paleta de colores Soft Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Green palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Green

/* CSS */
.color-1 {
color: #d9e9d3;
}
.color-2 {
color: #b6d8c6;
}
.color-3 {
color: #a3c7d7;
}
.color-4 {
color: #f6a8a2;
}
.color-5 {
color: #f9cca4;
}

/* CSS Variables */
:root {
--color-1: #d9e9d3;
--color-2: #b6d8c6;
--color-3: #a3c7d7;
--color-4: #f6a8a2;
--color-5: #f9cca4;
}

CSS del degradado de fondo Soft Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9e9d3, #b6d8c6, #a3c7d7, #f6a8a2, #f9cca4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9e9d3, #b6d8c6, #a3c7d7, #f6a8a2, #f9cca4);
}

Soft Green color palette created on .