Dream Cat Color Palette

Discover the beautiful Dream Cat color palette featuring selago (#e9e5fc), moon raker (#efdff9), wisp pink (#fce6f7), vista white (#fbf6f6) and hawkes blue (#d4edfd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Cream, Light, Pastel, Pink, Purple, Soft, Spring, Summer 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 Dream Cat palette

Share this palette to:

💻 Dream Cat color palette CSS

/* CSS */
.color-1 {
color: #e9e5fc;
}
.color-2 {
color: #efdff9;
}
.color-3 {
color: #fce6f7;
}
.color-4 {
color: #fbf6f6;
}
.color-5 {
color: #d4edfd;
}

/* CSS Variables */
:root {
--color-1: #e9e5fc;
--color-2: #efdff9;
--color-3: #fce6f7;
--color-4: #fbf6f6;
--color-5: #d4edfd;
}

🌈 Dream Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9e5fc, #efdff9, #fce6f7, #fbf6f6, #d4edfd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9e5fc, #efdff9, #fce6f7, #fbf6f6, #d4edfd);
}

Dream Cat color palette created on .