Nature's Moon Crystals Color Palette
Discover the beautiful Nature's Moon Crystals color palette featuring vista blue (#9edcb2), smalt blue (#4c9488), ming (#3e7e89), st tropaz (#2a5b89) and cello (#1f3b5c).
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 Nature's Moon Crystals palette
💻 Nature's Moon Crystals color palette CSS
/* CSS */
.color-1 {
color: #9edcb2;
}
.color-2 {
color: #4c9488;
}
.color-3 {
color: #3e7e89;
}
.color-4 {
color: #2a5b89;
}
.color-5 {
color: #1f3b5c;
}
/* CSS Variables */
:root {
--color-1: #9edcb2;
--color-2: #4c9488;
--color-3: #3e7e89;
--color-4: #2a5b89;
--color-5: #1f3b5c;
}
🌈 Nature's Moon Crystals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9edcb2, #4c9488, #3e7e89, #2a5b89, #1f3b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9edcb2, #4c9488, #3e7e89, #2a5b89, #1f3b5c);
}
🔗 Explore similar color palettes
Nature's Moon Crystals color palette created on .