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: #1e1a3d;
}
.color-2 {
color: #4b2c5e;
}
.color-3 {
color: #6d4d89;
}
.color-4 {
color: #a369b5;
}
.color-5 {
color: #d5c4e8;
}
/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #4b2c5e;
--color-3: #6d4d89;
--color-4: #a369b5;
--color-5: #d5c4e8;
}
Midnight Amethyst Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #4b2c5e, #6d4d89, #a369b5, #d5c4e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #4b2c5e, #6d4d89, #a369b5, #d5c4e8);
}
Similar color palettes
Midnight Amethyst Dream color palette created on .