Looks to the Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Looks to the Moon palette

Share this palette to:

Looks to the Moon color palette PNG image

Download looks to the moon color palette PNG image (landscape)
Download looks to the moon color palette PNG image (square)

Looks to the Moon color palette CSS

/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #789dba;
}
.color-3 {
color: #5c8099;
}
.color-4 {
color: #f3d5a0;
}
.color-5 {
color: #e2b1c5;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #789dba;
--color-3: #5c8099;
--color-4: #f3d5a0;
--color-5: #e2b1c5;
}

Looks to the Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #789dba, #5c8099, #f3d5a0, #e2b1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #789dba, #5c8099, #f3d5a0, #e2b1c5);
}

Looks to the Moon color palette created on .