Moonshadow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonshadow palette

Share this palette to:

Moonshadow color palette PNG image

Download moonshadow color palette PNG image (landscape)
Download moonshadow color palette PNG image (square)

Moonshadow color palette CSS

/* CSS */
.color-1 {
color: #1e1a28;
}
.color-2 {
color: #4d3a59;
}
.color-3 {
color: #7c5f8c;
}
.color-4 {
color: #bca2c8;
}
.color-5 {
color: #f3e2f3;
}

/* CSS Variables */
:root {
--color-1: #1e1a28;
--color-2: #4d3a59;
--color-3: #7c5f8c;
--color-4: #bca2c8;
--color-5: #f3e2f3;
}

Moonshadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a28, #4d3a59, #7c5f8c, #bca2c8, #f3e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a28, #4d3a59, #7c5f8c, #bca2c8, #f3e2f3);
}

Moonshadow color palette created on .