Dark Mode Color Palette

Discover the beautiful Dark Mode color palette featuring charade (#302e40), ship gray (#413f4c), scarpa flow (#605c68), dawn (#9b9795) and concrete (#f2f1f1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Dark, Deep, Elegant, Gray, Modern, Muted, Neutral, Soft, Winter 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 Dark Mode palette

Share this palette to:

💻 Dark Mode color palette CSS

/* CSS */
.color-1 {
color: #302e40;
}
.color-2 {
color: #413f4c;
}
.color-3 {
color: #605c68;
}
.color-4 {
color: #9b9795;
}
.color-5 {
color: #f2f1f1;
}

/* CSS Variables */
:root {
--color-1: #302e40;
--color-2: #413f4c;
--color-3: #605c68;
--color-4: #9b9795;
--color-5: #f2f1f1;
}

🌈 Dark Mode background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #302e40, #413f4c, #605c68, #9b9795, #f2f1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #302e40, #413f4c, #605c68, #9b9795, #f2f1f1);
}

Dark Mode color palette created on .