Cave Color Palette

Discover the beautiful Cave color palette featuring cape cod (#393b3c), scarpa flow (#5d5d5f), gray (#8f8f8f), nobel (#b5b5b5) and white (#ffffff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Neutral, Modern, Earthy, Soft, Light, Stone, Minimalist, Monochromatic color palettes and combinations.

💡 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 Cave palette

Share this palette to:

💻 Cave color palette CSS

/* CSS */
.color-1 {
color: #393b3c;
}
.color-2 {
color: #5d5d5f;
}
.color-3 {
color: #8f8f8f;
}
.color-4 {
color: #b5b5b5;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #393b3c;
--color-2: #5d5d5f;
--color-3: #8f8f8f;
--color-4: #b5b5b5;
--color-5: #ffffff;
}

🌈 Cave background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #393b3c, #5d5d5f, #8f8f8f, #b5b5b5, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #393b3c, #5d5d5f, #8f8f8f, #b5b5b5, #ffffff);
}

Cave color palette created on .