Sun and Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sun and Moon palette

Share this palette to:

Sun and Moon color palette PNG image

Download sun and moon color palette PNG image (landscape)
Download sun and moon color palette PNG image (square)

Sun and Moon color palette CSS

/* CSS */
.color-1 {
color: #f8e2aa;
}
.color-2 {
color: #fcbc78;
}
.color-3 {
color: #ff7a38;
}
.color-4 {
color: #d64a3d;
}
.color-5 {
color: #4a2c63;
}

/* CSS Variables */
:root {
--color-1: #f8e2aa;
--color-2: #fcbc78;
--color-3: #ff7a38;
--color-4: #d64a3d;
--color-5: #4a2c63;
}

Sun and Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2aa, #fcbc78, #ff7a38, #d64a3d, #4a2c63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2aa, #fcbc78, #ff7a38, #d64a3d, #4a2c63);
}

Sun and Moon color palette created on .