Midnight Amethyst Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Amethyst Dream palette
Midnight Amethyst Dream color palette CSS
/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #690dab;
}
.color-3 {
color: #9f1fef;
}
.color-4 {
color: #da71d7;
}
.color-5 {
color: #dda1dd;
}
/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #690dab;
--color-3: #9f1fef;
--color-4: #da71d7;
--color-5: #dda1dd;
}
Midnight Amethyst Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #690dab, #9f1fef, #da71d7, #dda1dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #690dab, #9f1fef, #da71d7, #dda1dd);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Midnight Amethyst Dream color palette created on .