Paleta de colores Light Peridot

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Peridot palette

Compartir esta paleta en:

CSS de la paleta de colores Light Peridot

/* CSS */
.color-1 {
color: #a7d08b;
}
.color-2 {
color: #c5e1b7;
}
.color-3 {
color: #d4e6b3;
}
.color-4 {
color: #f4f8b9;
}
.color-5 {
color: #f9eaa9;
}

/* CSS Variables */
:root {
--color-1: #a7d08b;
--color-2: #c5e1b7;
--color-3: #d4e6b3;
--color-4: #f4f8b9;
--color-5: #f9eaa9;
}

CSS del degradado de fondo Light Peridot

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d08b, #c5e1b7, #d4e6b3, #f4f8b9, #f9eaa9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d08b, #c5e1b7, #d4e6b3, #f4f8b9, #f9eaa9);
}

Light Peridot color palette created on .