Winter Fairy Tale Color Palette

Discover the beautiful Winter Fairy Tale color palette featuring anakiwa (#a7d3fc), french pass (#b8eefc), champagne (#faecc9), apricot peach (#fabfbb) and mauvelous (#f28ba4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cream, Light, Peach, Pink, Soft, Summer 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 Fairy Tale palette

Share this palette to:

💻 Winter Fairy Tale color palette CSS

/* CSS */
.color-1 {
color: #a7d3fc;
}
.color-2 {
color: #b8eefc;
}
.color-3 {
color: #faecc9;
}
.color-4 {
color: #fabfbb;
}
.color-5 {
color: #f28ba4;
}

/* CSS Variables */
:root {
--color-1: #a7d3fc;
--color-2: #b8eefc;
--color-3: #faecc9;
--color-4: #fabfbb;
--color-5: #f28ba4;
}

🌈 Winter Fairy Tale background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d3fc, #b8eefc, #faecc9, #fabfbb, #f28ba4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d3fc, #b8eefc, #faecc9, #fabfbb, #f28ba4);
}

Winter Fairy Tale color palette created on .