Moon Child Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moon Child palette

Share this palette to:

Moon Child color palette PNG image

Download moon child color palette PNG image (landscape)
Download moon child color palette PNG image (square)

Moon Child color palette CSS

/* CSS */
.color-1 {
color: #f7e6a6;
}
.color-2 {
color: #e4b9cd;
}
.color-3 {
color: #b6a6e8;
}
.color-4 {
color: #a2c1e7;
}
.color-5 {
color: #8c4d8f;
}

/* CSS Variables */
:root {
--color-1: #f7e6a6;
--color-2: #e4b9cd;
--color-3: #b6a6e8;
--color-4: #a2c1e7;
--color-5: #8c4d8f;
}

Moon Child background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6a6, #e4b9cd, #b6a6e8, #a2c1e7, #8c4d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6a6, #e4b9cd, #b6a6e8, #a2c1e7, #8c4d8f);
}

Moon Child color palette created on .