Umbreon Color Palette

Discover the beautiful Umbreon color palette featuring shark (#1a1c23), bright gray (#3f4555), storm gray (#6f748b), cadet blue (#a8b1c2) and concrete (#f2f2f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gray, Blue, White, Dark, Mystic, Moon 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 Umbreon palette

Share this palette to:

💻 Umbreon color palette CSS

/* CSS */
.color-1 {
color: #1a1c23;
}
.color-2 {
color: #3f4555;
}
.color-3 {
color: #6f748b;
}
.color-4 {
color: #a8b1c2;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #1a1c23;
--color-2: #3f4555;
--color-3: #6f748b;
--color-4: #a8b1c2;
--color-5: #f2f2f2;
}

🌈 Umbreon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c23, #3f4555, #6f748b, #a8b1c2, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c23, #3f4555, #6f748b, #a8b1c2, #f2f2f2);
}

Umbreon color palette created on .