Paleta de colores Mystic Amethyst Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mystic Amethyst Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Mystic Amethyst Dreams

/* CSS */
.color-1 {
color: #a45fbf;
}
.color-2 {
color: #7d4b9b;
}
.color-3 {
color: #592b88;
}
.color-4 {
color: #a14a95;
}
.color-5 {
color: #c8b4d5;
}

/* CSS Variables */
:root {
--color-1: #a45fbf;
--color-2: #7d4b9b;
--color-3: #592b88;
--color-4: #a14a95;
--color-5: #c8b4d5;
}

CSS del degradado de fondo Mystic Amethyst Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45fbf, #7d4b9b, #592b88, #a14a95, #c8b4d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45fbf, #7d4b9b, #592b88, #a14a95, #c8b4d5);
}

Mystic Amethyst Dreams color palette created on .