Shattered Reflections Color Palette
Discover the beautiful Shattered Reflections color palette featuring cadet blue (#a2b3c3), blue bayoux (#4d636f), oxford blue (#3c4c58), outer space (#2c353f) and shark (#1a1f23).
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 Shattered Reflections palette
💻 Shattered Reflections color palette CSS
/* CSS */
.color-1 {
color: #a2b3c3;
}
.color-2 {
color: #4d636f;
}
.color-3 {
color: #3c4c58;
}
.color-4 {
color: #2c353f;
}
.color-5 {
color: #1a1f23;
}
/* CSS Variables */
:root {
--color-1: #a2b3c3;
--color-2: #4d636f;
--color-3: #3c4c58;
--color-4: #2c353f;
--color-5: #1a1f23;
} 🌈 Shattered Reflections background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b3c3, #4d636f, #3c4c58, #2c353f, #1a1f23);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b3c3, #4d636f, #3c4c58, #2c353f, #1a1f23);
} 🔗 Explore similar color palettes
Shattered Reflections color palette created on .