Dream Cat Moth Color Palette

Discover the beautiful Dream Cat Moth color palette featuring prelude (#d9b8e0), east side (#b888c8), trendy pink (#9d6aa0), cavern pink (#e4c2b9) and marzipan (#f8e9a0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Light, Pink, Purple, Soft, Spring, Yellow 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 Moth palette

Share this palette to:

💻 Dream Cat Moth color palette CSS

/* CSS */
.color-1 {
color: #d9b8e0;
}
.color-2 {
color: #b888c8;
}
.color-3 {
color: #9d6aa0;
}
.color-4 {
color: #e4c2b9;
}
.color-5 {
color: #f8e9a0;
}

/* CSS Variables */
:root {
--color-1: #d9b8e0;
--color-2: #b888c8;
--color-3: #9d6aa0;
--color-4: #e4c2b9;
--color-5: #f8e9a0;
}

🌈 Dream Cat Moth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b8e0, #b888c8, #9d6aa0, #e4c2b9, #f8e9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b8e0, #b888c8, #9d6aa0, #e4c2b9, #f8e9a0);
}

Dream Cat Moth color palette created on .