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: #a8e1c1;
}
.color-2 {
color: #f4c0b3;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #d9bf78;
}
.color-5 {
color: #f8a5a5;
}

/* CSS Variables */
:root {
--color-1: #a8e1c1;
--color-2: #f4c0b3;
--color-3: #f4d35d;
--color-4: #d9bf78;
--color-5: #f8a5a5;
}

CSS del degradado de fondo Soft Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1c1, #f4c0b3, #f4d35d, #d9bf78, #f8a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1c1, #f4c0b3, #f4d35d, #d9bf78, #f8a5a5);
}

Soft Green color palette created on .