Paleta de colores Mystic Gemstone

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mystic Gemstone palette

Compartir esta paleta en:

CSS de la paleta de colores Mystic Gemstone

/* CSS */
.color-1 {
color: #c9a3d1;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #8b5ba4;
}
.color-4 {
color: #5f3e79;
}
.color-5 {
color: #3b2c4e;
}

/* CSS Variables */
:root {
--color-1: #c9a3d1;
--color-2: #a77ccb;
--color-3: #8b5ba4;
--color-4: #5f3e79;
--color-5: #3b2c4e;
}

CSS del degradado de fondo Mystic Gemstone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9a3d1, #a77ccb, #8b5ba4, #5f3e79, #3b2c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9a3d1, #a77ccb, #8b5ba4, #5f3e79, #3b2c4e);
}

Mystic Gemstone color palette created on .