Periwinkle Dream Color Palette

Discover the beautiful Periwinkle Dream color palette featuring pigeon post (#a6b1d8), periwinkle gray (#b8c3e0), periwinkle gray (#d1d9eb), snuff (#e7e2f3) and periwinkle gray (#c9c9e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Gray, 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: #a6b1d8;
}
.color-2 {
color: #b8c3e0;
}
.color-3 {
color: #d1d9eb;
}
.color-4 {
color: #e7e2f3;
}
.color-5 {
color: #c9c9e8;
}

/* CSS Variables */
:root {
--color-1: #a6b1d8;
--color-2: #b8c3e0;
--color-3: #d1d9eb;
--color-4: #e7e2f3;
--color-5: #c9c9e8;
}

🌈 Periwinkle Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6b1d8, #b8c3e0, #d1d9eb, #e7e2f3, #c9c9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6b1d8, #b8c3e0, #d1d9eb, #e7e2f3, #c9c9e8);
}

Periwinkle Dream color palette created on .