Periwinkle Dream Color Palette

Discover the beautiful Periwinkle Dream color palette featuring periwinkle (#c2daff), periwinkle (#c2d1ff), periwinkle (#c7ccff), melrose (#cdc7ff) and periwinkle (#c7c8ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Light, Modern, Muted, Pastel, 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 Periwinkle Dream palette

Share this palette to:

💻 Periwinkle Dream color palette CSS

/* CSS */
.color-1 {
color: #c2daff;
}
.color-2 {
color: #c2d1ff;
}
.color-3 {
color: #c7ccff;
}
.color-4 {
color: #cdc7ff;
}
.color-5 {
color: #c7c8ff;
}

/* CSS Variables */
:root {
--color-1: #c2daff;
--color-2: #c2d1ff;
--color-3: #c7ccff;
--color-4: #cdc7ff;
--color-5: #c7c8ff;
}

🌈 Periwinkle Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2daff, #c2d1ff, #c7ccff, #cdc7ff, #c7c8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2daff, #c2d1ff, #c7ccff, #cdc7ff, #c7c8ff);
}

Periwinkle Dream color palette created on .