Paleta de colores Mystic Amethyst Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mystic Amethyst Dream palette
CSS de la paleta de colores Mystic Amethyst Dream
/* CSS */
.color-1 {
color: #660099;
}
.color-2 {
color: #8900b3;
}
.color-3 {
color: #b85ffc;
}
.color-4 {
color: #d09fe5;
}
.color-5 {
color: #f1d1ff;
}
/* CSS Variables */
:root {
--color-1: #660099;
--color-2: #8900b3;
--color-3: #b85ffc;
--color-4: #d09fe5;
--color-5: #f1d1ff;
}
CSS del degradado de fondo Mystic Amethyst Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #660099, #8900b3, #b85ffc, #d09fe5, #f1d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #660099, #8900b3, #b85ffc, #d09fe5, #f1d1ff);
}
Paletas de colores similares
Mystic Amethyst Dream color palette created on .