Light Periwinkle Color Palette

Discover the beautiful Light Periwinkle color palette featuring blizzard blue (#bfddf2), spindle (#ccc7ef), link water (#d8dcf3), whisper (#ece5f1) and link water (#cae1f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Light, Soft, Pastel, Modern, Minimalist, Feminine 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 Light Periwinkle palette

Share this palette to:

💻 Light Periwinkle color palette CSS

/* CSS */
.color-1 {
color: #bfddf2;
}
.color-2 {
color: #ccc7ef;
}
.color-3 {
color: #d8dcf3;
}
.color-4 {
color: #ece5f1;
}
.color-5 {
color: #cae1f2;
}

/* CSS Variables */
:root {
--color-1: #bfddf2;
--color-2: #ccc7ef;
--color-3: #d8dcf3;
--color-4: #ece5f1;
--color-5: #cae1f2;
}

🌈 Light Periwinkle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfddf2, #ccc7ef, #d8dcf3, #ece5f1, #cae1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfddf2, #ccc7ef, #d8dcf3, #ece5f1, #cae1f2);
}

Light Periwinkle color palette created on .