Muted Blue Cave Color Palette
Discover the beautiful Muted Blue Cave color palette featuring jagged ice (#c1e3e6), aqua island (#a4d7da), half baked (#7fc4cc), fountain blue (#4ba9b9) and astral (#2e8f9e).
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 Muted Blue Cave palette
💻 Muted Blue Cave color palette CSS
/* CSS */
.color-1 {
color: #c1e3e6;
}
.color-2 {
color: #a4d7da;
}
.color-3 {
color: #7fc4cc;
}
.color-4 {
color: #4ba9b9;
}
.color-5 {
color: #2e8f9e;
}
/* CSS Variables */
:root {
--color-1: #c1e3e6;
--color-2: #a4d7da;
--color-3: #7fc4cc;
--color-4: #4ba9b9;
--color-5: #2e8f9e;
}
🌈 Muted Blue Cave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1e3e6, #a4d7da, #7fc4cc, #4ba9b9, #2e8f9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1e3e6, #a4d7da, #7fc4cc, #4ba9b9, #2e8f9e);
}
🔗 Explore similar color palettes
Muted Blue Cave color palette created on .