Winter Bliss Color Palette

Discover the beautiful Winter Bliss color palette featuring pigeon post (#a4c2db), spindle (#b9d7e9), catskill white (#e7f0f3), ecru white (#f9f8f0) and conch (#c9d9d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWinter, Cool, Blue, Soft, Aesthetic, Light, Neutral, Icy 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 Winter Bliss palette

Share this palette to:

💻 Winter Bliss color palette CSS

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #b9d7e9;
}
.color-3 {
color: #e7f0f3;
}
.color-4 {
color: #f9f8f0;
}
.color-5 {
color: #c9d9d3;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #b9d7e9;
--color-3: #e7f0f3;
--color-4: #f9f8f0;
--color-5: #c9d9d3;
}

🌈 Winter Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #b9d7e9, #e7f0f3, #f9f8f0, #c9d9d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #b9d7e9, #e7f0f3, #f9f8f0, #c9d9d3);
}

Winter Bliss color palette created on .