Mystical Midnight Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystical Midnight Garden palette
Mystical Midnight Garden color palette PNG image
Mystical Midnight Garden color palette CSS
/* CSS */
.color-1 {
color: #202022;
}
.color-2 {
color: #2f2f32;
}
.color-3 {
color: #4e4e55;
}
.color-4 {
color: #a28bbb;
}
.color-5 {
color: #d6c2e0;
}
/* CSS Variables */
:root {
--color-1: #202022;
--color-2: #2f2f32;
--color-3: #4e4e55;
--color-4: #a28bbb;
--color-5: #d6c2e0;
}
Mystical Midnight Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #202022, #2f2f32, #4e4e55, #a28bbb, #d6c2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #202022, #2f2f32, #4e4e55, #a28bbb, #d6c2e0);
}
Similar color palettes
Mystical Midnight Garden color palette created on .