Cream Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cream Moon palette

Share this palette to:

Cream Moon color palette PNG image

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

Cream Moon color palette CSS

/* CSS */
.color-1 {
color: #f7e6d4;
}
.color-2 {
color: #e9c8b4;
}
.color-3 {
color: #d3a68d;
}
.color-4 {
color: #b6906d;
}
.color-5 {
color: #a57a55;
}

/* CSS Variables */
:root {
--color-1: #f7e6d4;
--color-2: #e9c8b4;
--color-3: #d3a68d;
--color-4: #b6906d;
--color-5: #a57a55;
}

Cream Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6d4, #e9c8b4, #d3a68d, #b6906d, #a57a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6d4, #e9c8b4, #d3a68d, #b6906d, #a57a55);
}

Cream Moon color palette created on .