Dark Crystal Cove Color Palette
Discover the beautiful Dark Crystal Cove color palette featuring ebony clay (#242942), fiord (#3b4d66), blue bayoux (#556c7a), cape palliser (#9a7743) and ironstone (#884b3a).
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 Crystal Cove palette
💻 Dark Crystal Cove color palette CSS
/* CSS */
.color-1 {
color: #242942;
}
.color-2 {
color: #3b4d66;
}
.color-3 {
color: #556c7a;
}
.color-4 {
color: #9a7743;
}
.color-5 {
color: #884b3a;
}
/* CSS Variables */
:root {
--color-1: #242942;
--color-2: #3b4d66;
--color-3: #556c7a;
--color-4: #9a7743;
--color-5: #884b3a;
} 🌈 Dark Crystal Cove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #242942, #3b4d66, #556c7a, #9a7743, #884b3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #242942, #3b4d66, #556c7a, #9a7743, #884b3a);
} 🔗 Explore similar color palettes
Dark Crystal Cove color palette created on .