Soft Winter Cottage Color Palette

Discover the beautiful Soft Winter Cottage color palette featuring casper (#b6c8d8), cadet blue (#a1b2c4), bon jour (#e6e0e3), cold turkey (#d5c3c9) and vanilla ice (#f2d4d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cottage, Light, Neutral, Pink, Soft, Winter 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 Soft Winter Cottage palette

Share this palette to:

💻 Soft Winter Cottage color palette CSS

/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #a1b2c4;
}
.color-3 {
color: #e6e0e3;
}
.color-4 {
color: #d5c3c9;
}
.color-5 {
color: #f2d4d6;
}

/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #a1b2c4;
--color-3: #e6e0e3;
--color-4: #d5c3c9;
--color-5: #f2d4d6;
}

🌈 Soft Winter Cottage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #a1b2c4, #e6e0e3, #d5c3c9, #f2d4d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #a1b2c4, #e6e0e3, #d5c3c9, #f2d4d6);
}

Soft Winter Cottage color palette created on .