Paleta de colores Midnight Amethyst Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Amethyst Elegance palette
CSS de la paleta de colores Midnight Amethyst Elegance
/* CSS */
.color-1 {
color: #100f1f;
}
.color-2 {
color: #1d183a;
}
.color-3 {
color: #2d2b5e;
}
.color-4 {
color: #4a3e79;
}
.color-5 {
color: #6a5798;
}
/* CSS Variables */
:root {
--color-1: #100f1f;
--color-2: #1d183a;
--color-3: #2d2b5e;
--color-4: #4a3e79;
--color-5: #6a5798;
}
CSS del degradado de fondo Midnight Amethyst Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #100f1f, #1d183a, #2d2b5e, #4a3e79, #6a5798);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #100f1f, #1d183a, #2d2b5e, #4a3e79, #6a5798);
}
Paletas de colores similares
Midnight Amethyst Elegance color palette created on .