Dark Blue Stone Color Palette
Discover the beautiful Dark Blue Stone color palette featuring big stone (#162b41), san juan (#2a4b60), bismark (#4b6b81), pigeon post (#a5c3d5) and link water (#d9e9f2).
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 Dark Blue Stone palette
💻 Dark Blue Stone color palette CSS
/* CSS */
.color-1 {
color: #162b41;
}
.color-2 {
color: #2a4b60;
}
.color-3 {
color: #4b6b81;
}
.color-4 {
color: #a5c3d5;
}
.color-5 {
color: #d9e9f2;
}
/* CSS Variables */
:root {
--color-1: #162b41;
--color-2: #2a4b60;
--color-3: #4b6b81;
--color-4: #a5c3d5;
--color-5: #d9e9f2;
} 🌈 Dark Blue Stone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #162b41, #2a4b60, #4b6b81, #a5c3d5, #d9e9f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #162b41, #2a4b60, #4b6b81, #a5c3d5, #d9e9f2);
} 🔗 Explore similar color palettes
Dark Blue Stone color palette created on .