Blue Stone Color Palette
Discover the beautiful Blue Stone color palette featuring blue stone (#015e60), paradiso (#2a787a), hippie blue (#4da6a8), bermuda (#80d6d4) and ice cold (#a2f1ee).
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 Blue Stone palette
💻 Blue Stone color palette CSS
/* CSS */
.color-1 {
color: #015e60;
}
.color-2 {
color: #2a787a;
}
.color-3 {
color: #4da6a8;
}
.color-4 {
color: #80d6d4;
}
.color-5 {
color: #a2f1ee;
}
/* CSS Variables */
:root {
--color-1: #015e60;
--color-2: #2a787a;
--color-3: #4da6a8;
--color-4: #80d6d4;
--color-5: #a2f1ee;
} 🌈 Blue Stone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #015e60, #2a787a, #4da6a8, #80d6d4, #a2f1ee);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #015e60, #2a787a, #4da6a8, #80d6d4, #a2f1ee);
} 🔗 Explore similar color palettes
Blue Stone color palette created on .