Paleta de colores Mystic Amethyst Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mystic Amethyst Dreams palette
CSS de la paleta de colores Mystic Amethyst Dreams
/* CSS */
.color-1 {
color: #d350fb;
}
.color-2 {
color: #a83bc9;
}
.color-3 {
color: #7b14b3;
}
.color-4 {
color: #590e8b;
}
.color-5 {
color: #3f0b6f;
}
/* CSS Variables */
:root {
--color-1: #d350fb;
--color-2: #a83bc9;
--color-3: #7b14b3;
--color-4: #590e8b;
--color-5: #3f0b6f;
}
CSS del degradado de fondo Mystic Amethyst Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d350fb, #a83bc9, #7b14b3, #590e8b, #3f0b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d350fb, #a83bc9, #7b14b3, #590e8b, #3f0b6f);
}
Paletas de colores similares
Mystic Amethyst Dreams color palette created on .