Velvet Dreamscape Color Palette

Discover the beautiful Velvet Dreamscape color palette featuring strikemaster (#966488), bouquet (#b58c9a), lily (#d4b0c4), vanilla ice (#f2d4e0) and illusion (#f2a1c7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Pink, 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 Velvet Dreamscape palette

Share this palette to:

💻 Velvet Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #966488;
}
.color-2 {
color: #b58c9a;
}
.color-3 {
color: #d4b0c4;
}
.color-4 {
color: #f2d4e0;
}
.color-5 {
color: #f2a1c7;
}

/* CSS Variables */
:root {
--color-1: #966488;
--color-2: #b58c9a;
--color-3: #d4b0c4;
--color-4: #f2d4e0;
--color-5: #f2a1c7;
}

🌈 Velvet Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #966488, #b58c9a, #d4b0c4, #f2d4e0, #f2a1c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #966488, #b58c9a, #d4b0c4, #f2d4e0, #f2a1c7);
}

Velvet Dreamscape color palette created on .