Cozy Winter Color Palette

Discover the beautiful Cozy Winter color palette featuring regent st blue (#a8c6e1), link water (#d1e6f0), black squeeze (#f4f9fb), shilo (#e7a6b0) and beauty bush (#f2c5c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWinter, Blue, Pink, Soft, Light, Bright 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 Cozy Winter palette

Share this palette to:

💻 Cozy Winter color palette CSS

/* CSS */
.color-1 {
color: #a8c6e1;
}
.color-2 {
color: #d1e6f0;
}
.color-3 {
color: #f4f9fb;
}
.color-4 {
color: #e7a6b0;
}
.color-5 {
color: #f2c5c5;
}

/* CSS Variables */
:root {
--color-1: #a8c6e1;
--color-2: #d1e6f0;
--color-3: #f4f9fb;
--color-4: #e7a6b0;
--color-5: #f2c5c5;
}

🌈 Cozy Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c6e1, #d1e6f0, #f4f9fb, #e7a6b0, #f2c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c6e1, #d1e6f0, #f4f9fb, #e7a6b0, #f2c5c5);
}

Cozy Winter color palette created on .