Somber Cavern Dreams Color Palette
Discover the beautiful Somber Cavern Dreams color palette featuring gun powder (#3c3b4f), comet (#5b5c80), kimberly (#797aa0), amethyst smoke (#9a9cbc) and lavender gray (#bbb7d7).
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 Somber Cavern Dreams palette
💻 Somber Cavern Dreams color palette CSS
/* CSS */
.color-1 {
color: #3c3b4f;
}
.color-2 {
color: #5b5c80;
}
.color-3 {
color: #797aa0;
}
.color-4 {
color: #9a9cbc;
}
.color-5 {
color: #bbb7d7;
}
/* CSS Variables */
:root {
--color-1: #3c3b4f;
--color-2: #5b5c80;
--color-3: #797aa0;
--color-4: #9a9cbc;
--color-5: #bbb7d7;
} 🌈 Somber Cavern Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3b4f, #5b5c80, #797aa0, #9a9cbc, #bbb7d7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3b4f, #5b5c80, #797aa0, #9a9cbc, #bbb7d7);
} 🔗 Explore similar color palettes
Somber Cavern Dreams color palette created on .