Moonbeam Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonbeam palette
Color Inspiration
Images that showcase this color palette in real designs
Download Moonbeam Color Palette (PNG)
Moonbeam color palette CSS
/* CSS */
.color-1 {
color: #d4e5f2;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #6ea7e7;
}
.color-4 {
color: #0b6b89;
}
.color-5 {
color: #1f3a3d;
}
/* CSS Variables */
:root {
--color-1: #d4e5f2;
--color-2: #a6c6ed;
--color-3: #6ea7e7;
--color-4: #0b6b89;
--color-5: #1f3a3d;
}
Moonbeam background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e5f2, #a6c6ed, #6ea7e7, #0b6b89, #1f3a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e5f2, #a6c6ed, #6ea7e7, #0b6b89, #1f3a3d);
}
Similar color palettes
Scroll down to explore 30+ Moon color palettes
Moonbeam color palette created on .