Paleta de colores Shades of Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green

/* CSS */
.color-1 {
color: #b2d9a1;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #ff6b6b;
}
.color-4 {
color: #ffca75;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #b2d9a1;
--color-2: #f8caa5;
--color-3: #ff6b6b;
--color-4: #ffca75;
--color-5: #ffd900;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2d9a1, #f8caa5, #ff6b6b, #ffca75, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2d9a1, #f8caa5, #ff6b6b, #ffca75, #ffd900);
}

Shades of Green color palette created on .