Sun and Moon Color Palette
Discover the beautiful Sun and Moon color palette featuring peach yellow (#f8e2aa), macaroni and cheese (#fcbc78), crusta (#ff7a38), valencia (#d64a3d) and bossanova (#4a2c63).
Brightness
Saturation
Warmth
💡 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
💻 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);
} 🔗 Explore similar color palettes
Sun and Moon color palette created on .