Sun&Moon Color Palette
Discover the beautiful Sun&Moon color palette featuring marzipan (#f9e19f), manhattan (#f6b7a7), carissma (#e88c9e), charm (#d86f92) and bouquet (#a76c9a).
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&Moon palette
💻 Sun&Moon color palette CSS
/* CSS */
.color-1 {
color: #f9e19f;
}
.color-2 {
color: #f6b7a7;
}
.color-3 {
color: #e88c9e;
}
.color-4 {
color: #d86f92;
}
.color-5 {
color: #a76c9a;
}
/* CSS Variables */
:root {
--color-1: #f9e19f;
--color-2: #f6b7a7;
--color-3: #e88c9e;
--color-4: #d86f92;
--color-5: #a76c9a;
} 🌈 Sun&Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e19f, #f6b7a7, #e88c9e, #d86f92, #a76c9a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e19f, #f6b7a7, #e88c9e, #d86f92, #a76c9a);
} 🔗 Explore similar color palettes
Sun&Moon color palette created on .