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: #fbcf60;
}
.color-2 {
color: #f6cd74;
}
.color-3 {
color: #e5f3b4;
}
.color-4 {
color: #b9e9a0;
}
.color-5 {
color: #5ad8c1;
}

/* CSS Variables */
:root {
--color-1: #fbcf60;
--color-2: #f6cd74;
--color-3: #e5f3b4;
--color-4: #b9e9a0;
--color-5: #5ad8c1;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbcf60, #f6cd74, #e5f3b4, #b9e9a0, #5ad8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbcf60, #f6cd74, #e5f3b4, #b9e9a0, #5ad8c1);
}

Paletas de colores similares

Shades of Green color palette created on .