Snowflake Color Palette
Discover the beautiful Snowflake color palette featuring cornflower (#a1c1e8), pattens blue (#e1f5fe), blizzard blue (#b2e0f0), cruise (#b4e9da) and quarter spanish white (#f8f0e3).
Brightness
Saturation
Warmth
💡 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 Snowflake palette
💻 Snowflake color palette CSS
/* CSS */
.color-1 {
color: #a1c1e8;
}
.color-2 {
color: #e1f5fe;
}
.color-3 {
color: #b2e0f0;
}
.color-4 {
color: #b4e9da;
}
.color-5 {
color: #f8f0e3;
}
/* CSS Variables */
:root {
--color-1: #a1c1e8;
--color-2: #e1f5fe;
--color-3: #b2e0f0;
--color-4: #b4e9da;
--color-5: #f8f0e3;
} 🌈 Snowflake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c1e8, #e1f5fe, #b2e0f0, #b4e9da, #f8f0e3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c1e8, #e1f5fe, #b2e0f0, #b4e9da, #f8f0e3);
} 🔗 Explore similar color palettes
Snowflake color palette created on .