Celestial Greens Color Palette
Discover the beautiful Celestial Greens color palette featuring observatory (#058a74), keppel (#3eb198), bermuda (#70d7c4), morning glory (#9de2d3) and iceberg (#d0f1ec).
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 Celestial Greens palette
💻 Celestial Greens color palette CSS
/* CSS */
.color-1 {
color: #058a74;
}
.color-2 {
color: #3eb198;
}
.color-3 {
color: #70d7c4;
}
.color-4 {
color: #9de2d3;
}
.color-5 {
color: #d0f1ec;
}
/* CSS Variables */
:root {
--color-1: #058a74;
--color-2: #3eb198;
--color-3: #70d7c4;
--color-4: #9de2d3;
--color-5: #d0f1ec;
} 🌈 Celestial Greens background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #058a74, #3eb198, #70d7c4, #9de2d3, #d0f1ec);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #058a74, #3eb198, #70d7c4, #9de2d3, #d0f1ec);
} 🔗 Explore similar color palettes
Celestial Greens color palette created on .