Mystic Moonbeams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Moonbeams palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mystic Moonbeams Color Palette (PNG)
Mystic Moonbeams color palette CSS
/* CSS */
.color-1 {
color: #d7c4e3;
}
.color-2 {
color: #c2a9d0;
}
.color-3 {
color: #9a8fc1;
}
.color-4 {
color: #6968c0;
}
.color-5 {
color: #5c8fbc;
}
/* CSS Variables */
:root {
--color-1: #d7c4e3;
--color-2: #c2a9d0;
--color-3: #9a8fc1;
--color-4: #6968c0;
--color-5: #5c8fbc;
}
Mystic Moonbeams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c4e3, #c2a9d0, #9a8fc1, #6968c0, #5c8fbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c4e3, #c2a9d0, #9a8fc1, #6968c0, #5c8fbc);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Mystic Moonbeams color palette created on .