Sun and Moon Color Palette

Discover the beautiful Sun and Moon color palette featuring bleach white (#fef4d7), seashell peach (#fff4eb), cinderella (#fde9e7), white lilac (#efe8f7) and prelude (#ccbfe3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Pastel, Pink, Lilac, Lavender, Cream, Soft, Spring, Elegant, Light, Sun, Moon color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Sun and Moon palette

Share this palette to:

💻 Sun and Moon color palette CSS

/* CSS */
.color-1 {
color: #fef4d7;
}
.color-2 {
color: #fff4eb;
}
.color-3 {
color: #fde9e7;
}
.color-4 {
color: #efe8f7;
}
.color-5 {
color: #ccbfe3;
}

/* CSS Variables */
:root {
--color-1: #fef4d7;
--color-2: #fff4eb;
--color-3: #fde9e7;
--color-4: #efe8f7;
--color-5: #ccbfe3;
}

🌈 Sun and Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef4d7, #fff4eb, #fde9e7, #efe8f7, #ccbfe3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef4d7, #fff4eb, #fde9e7, #efe8f7, #ccbfe3);
}

Sun and Moon color palette created on .