Winter Wonderland Color Palette
Discover the beautiful Winter Wonderland color palette featuring white (#ffffff), oyster bay (#dbfbff), anakiwa (#8ae2ff), anakiwa (#a3f4ff) and aquamarine (#6beeff).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withWhite, Pale Aqua, Soft Cyan, Bright Cyan 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 Wonderland palette
💻 Winter Wonderland color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #dbfbff;
}
.color-3 {
color: #8ae2ff;
}
.color-4 {
color: #a3f4ff;
}
.color-5 {
color: #6beeff;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #dbfbff;
--color-3: #8ae2ff;
--color-4: #a3f4ff;
--color-5: #6beeff;
}
🌈 Winter Wonderland background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #dbfbff, #8ae2ff, #a3f4ff, #6beeff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #dbfbff, #8ae2ff, #a3f4ff, #6beeff);
}
🔗 Explore similar color palettes
Winter Wonderland color palette created on .