Sleepy Eevee Color Palette

Discover the beautiful Sleepy Eevee color palette featuring prelude (#d1c3e5), rock blue (#a7b2d3), polo blue (#7d9fc5), steel blue (#508cb9) and jelly bean (#2a699d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Light, Modern, Pastel, Retro, 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 Sleepy Eevee palette

Share this palette to:

💻 Sleepy Eevee color palette CSS

/* CSS */
.color-1 {
color: #d1c3e5;
}
.color-2 {
color: #a7b2d3;
}
.color-3 {
color: #7d9fc5;
}
.color-4 {
color: #508cb9;
}
.color-5 {
color: #2a699d;
}

/* CSS Variables */
:root {
--color-1: #d1c3e5;
--color-2: #a7b2d3;
--color-3: #7d9fc5;
--color-4: #508cb9;
--color-5: #2a699d;
}

🌈 Sleepy Eevee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c3e5, #a7b2d3, #7d9fc5, #508cb9, #2a699d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c3e5, #a7b2d3, #7d9fc5, #508cb9, #2a699d);
}

Sleepy Eevee color palette created on .