Dream Cat Color Palette

Discover the beautiful Dream Cat color palette featuring prelude (#d7c1e6), melanie (#e2b1d1), apricot peach (#f9c6c3), givry (#f7e9b5) and blizzard blue (#b1d4f1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Lavender, Light, Pink, Soft 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: #d7c1e6;
}
.color-2 {
color: #e2b1d1;
}
.color-3 {
color: #f9c6c3;
}
.color-4 {
color: #f7e9b5;
}
.color-5 {
color: #b1d4f1;
}

/* CSS Variables */
:root {
--color-1: #d7c1e6;
--color-2: #e2b1d1;
--color-3: #f9c6c3;
--color-4: #f7e9b5;
--color-5: #b1d4f1;
}

🌈 Dream Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c1e6, #e2b1d1, #f9c6c3, #f7e9b5, #b1d4f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c1e6, #e2b1d1, #f9c6c3, #f7e9b5, #b1d4f1);
}

Dream Cat color palette created on .