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: #c9deb5;
}
.color-2 {
color: #f3e4aa;
}
.color-3 {
color: #f7b1a1;
}
.color-4 {
color: #f1a7b4;
}
.color-5 {
color: #d67a99;
}

/* CSS Variables */
:root {
--color-1: #c9deb5;
--color-2: #f3e4aa;
--color-3: #f7b1a1;
--color-4: #f1a7b4;
--color-5: #d67a99;
}

CSS del degradado de fondo Soft Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9deb5, #f3e4aa, #f7b1a1, #f1a7b4, #d67a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9deb5, #f3e4aa, #f7b1a1, #f1a7b4, #d67a99);
}

Soft Green color palette created on .