Paleta de colores Enchanted Marshlands

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Enchanted Marshlands palette

Compartir esta paleta en:

CSS de la paleta de colores Enchanted Marshlands

/* CSS */
.color-1 {
color: #2c4e3b;
}
.color-2 {
color: #4f7d6b;
}
.color-3 {
color: #87b5a1;
}
.color-4 {
color: #c0e3d5;
}
.color-5 {
color: #f3f8f1;
}

/* CSS Variables */
:root {
--color-1: #2c4e3b;
--color-2: #4f7d6b;
--color-3: #87b5a1;
--color-4: #c0e3d5;
--color-5: #f3f8f1;
}

CSS del degradado de fondo Enchanted Marshlands

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c4e3b, #4f7d6b, #87b5a1, #c0e3d5, #f3f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c4e3b, #4f7d6b, #87b5a1, #c0e3d5, #f3f8f1);
}

Enchanted Marshlands color palette created on .