Paleta de colores Mystical Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mystical Green palette

Compartir esta paleta en:

CSS de la paleta de colores Mystical Green

/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #5d4e8d;
}
.color-3 {
color: #7f7c9c;
}
.color-4 {
color: #a39fd0;
}
.color-5 {
color: #4e5a65;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #5d4e8d;
--color-3: #7f7c9c;
--color-4: #a39fd0;
--color-5: #4e5a65;
}

CSS del degradado de fondo Mystical Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #5d4e8d, #7f7c9c, #a39fd0, #4e5a65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #5d4e8d, #7f7c9c, #a39fd0, #4e5a65);
}

Mystical Green color palette created on .