Peaceful Winter Color Palette

Discover the beautiful Peaceful Winter color palette featuring cornflower (#a6c6ed), powder blue (#b1e0e7), lily white (#e5f7ff), shilo (#e9afaf) and beauty bush (#f3cece).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Light, Soft, Winter, Pastel, Coastal, Cream, Muted 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 Peaceful Winter palette

Share this palette to:

💻 Peaceful Winter color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b1e0e7;
}
.color-3 {
color: #e5f7ff;
}
.color-4 {
color: #e9afaf;
}
.color-5 {
color: #f3cece;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b1e0e7;
--color-3: #e5f7ff;
--color-4: #e9afaf;
--color-5: #f3cece;
}

🌈 Peaceful Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b1e0e7, #e5f7ff, #e9afaf, #f3cece);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b1e0e7, #e5f7ff, #e9afaf, #f3cece);
}

Peaceful Winter color palette created on .