Onyx Dream Color Palette

Discover the beautiful Onyx Dream color palette featuring mine shaft (#1f1f1f), waikawa gray (#5b5d8f), cold purple (#a8b3e1), snuff (#d7d4e8) and link water (#f3f4fc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, High Contrast, Light, Minimalist, Modern, Neutral, Soft, Vibrant 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 Onyx Dream palette

Share this palette to:

💻 Onyx Dream color palette CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #5b5d8f;
}
.color-3 {
color: #a8b3e1;
}
.color-4 {
color: #d7d4e8;
}
.color-5 {
color: #f3f4fc;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #5b5d8f;
--color-3: #a8b3e1;
--color-4: #d7d4e8;
--color-5: #f3f4fc;
}

🌈 Onyx Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #5b5d8f, #a8b3e1, #d7d4e8, #f3f4fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #5b5d8f, #a8b3e1, #d7d4e8, #f3f4fc);
}

Onyx Dream color palette created on .