Paleta de colores Dark Green and Blue Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Green and Blue Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Dark Green and Blue Serenity

/* CSS */
.color-1 {
color: #0b3c25;
}
.color-2 {
color: #1f5a7f;
}
.color-3 {
color: #4b7f9b;
}
.color-4 {
color: #6ebf92;
}
.color-5 {
color: #8dd3ab;
}

/* CSS Variables */
:root {
--color-1: #0b3c25;
--color-2: #1f5a7f;
--color-3: #4b7f9b;
--color-4: #6ebf92;
--color-5: #8dd3ab;
}

CSS del degradado de fondo Dark Green and Blue Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3c25, #1f5a7f, #4b7f9b, #6ebf92, #8dd3ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3c25, #1f5a7f, #4b7f9b, #6ebf92, #8dd3ab);
}

Dark Green and Blue Serenity color palette created on .