Paleta de colores Hint of Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Hint of Green palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Hint of Green

Download hint of green color palette PNG image (landscape)
Download hint of green color palette PNG image (square)

CSS de la paleta de colores Hint of Green

/* CSS */
.color-1 {
color: #b1f2d8;
}
.color-2 {
color: #98e6c4;
}
.color-3 {
color: #80d1b6;
}
.color-4 {
color: #69bfaf;
}
.color-5 {
color: #4eb7a2;
}

/* CSS Variables */
:root {
--color-1: #b1f2d8;
--color-2: #98e6c4;
--color-3: #80d1b6;
--color-4: #69bfaf;
--color-5: #4eb7a2;
}

CSS del degradado de fondo Hint of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1f2d8, #98e6c4, #80d1b6, #69bfaf, #4eb7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1f2d8, #98e6c4, #80d1b6, #69bfaf, #4eb7a2);
}

Hint of Green color palette created on .