Snowflake Dreams Color Palette

Discover the beautiful Snowflake Dreams color palette featuring hint of red (#fcfafa), prim (#f1e9f1), snuff (#e8ddea), lola (#e2d1dc) and wafer (#dbc7ca).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Elegant, Light, Muted, Pastel, Pink, Soft 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 Snowflake Dreams palette

Share this palette to:

💻 Snowflake Dreams color palette CSS

/* CSS */
.color-1 {
color: #fcfafa;
}
.color-2 {
color: #f1e9f1;
}
.color-3 {
color: #e8ddea;
}
.color-4 {
color: #e2d1dc;
}
.color-5 {
color: #dbc7ca;
}

/* CSS Variables */
:root {
--color-1: #fcfafa;
--color-2: #f1e9f1;
--color-3: #e8ddea;
--color-4: #e2d1dc;
--color-5: #dbc7ca;
}

🌈 Snowflake Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfafa, #f1e9f1, #e8ddea, #e2d1dc, #dbc7ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfafa, #f1e9f1, #e8ddea, #e2d1dc, #dbc7ca);
}

Snowflake Dreams color palette created on .