Paleta de colores Deep Green Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Deep Green Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Deep Green Serenity

/* CSS */
.color-1 {
color: #1f3d35;
}
.color-2 {
color: #507c69;
}
.color-3 {
color: #8eb8a4;
}
.color-4 {
color: #b7e6d7;
}
.color-5 {
color: #cff7e4;
}

/* CSS Variables */
:root {
--color-1: #1f3d35;
--color-2: #507c69;
--color-3: #8eb8a4;
--color-4: #b7e6d7;
--color-5: #cff7e4;
}

CSS del degradado de fondo Deep Green Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d35, #507c69, #8eb8a4, #b7e6d7, #cff7e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d35, #507c69, #8eb8a4, #b7e6d7, #cff7e4);
}

Deep Green Serenity color palette created on .