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: #6f4c90;
}
.color-2 {
color: #5d3a7e;
}
.color-3 {
color: #4b2c6d;
}
.color-4 {
color: #3b1e5c;
}
.color-5 {
color: #b9798a;
}
/* CSS Variables */
:root {
--color-1: #6f4c90;
--color-2: #5d3a7e;
--color-3: #4b2c6d;
--color-4: #3b1e5c;
--color-5: #b9798a;
}
CSS del degradado de fondo Mystic Amethyst Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c90, #5d3a7e, #4b2c6d, #3b1e5c, #b9798a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c90, #5d3a7e, #4b2c6d, #3b1e5c, #b9798a);
}
Paletas de colores similares
Mystic Amethyst Dream color palette created on .