Tsaiyumei Saki Color Palette

Discover the beautiful Tsaiyumei Saki color palette featuring vanilla ice (#f5e6ec), vista white (#f9eff1), vista white (#f9f1f1), snuff (#d6d8e9) and paris white (#dae5df).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Elegant, Gray, Muted, 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 Tsaiyumei Saki palette

Share this palette to:

💻 Tsaiyumei Saki color palette CSS

/* CSS */
.color-1 {
color: #f5e6ec;
}
.color-2 {
color: #f9eff1;
}
.color-3 {
color: #f9f1f1;
}
.color-4 {
color: #d6d8e9;
}
.color-5 {
color: #dae5df;
}

/* CSS Variables */
:root {
--color-1: #f5e6ec;
--color-2: #f9eff1;
--color-3: #f9f1f1;
--color-4: #d6d8e9;
--color-5: #dae5df;
}

🌈 Tsaiyumei Saki background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6ec, #f9eff1, #f9f1f1, #d6d8e9, #dae5df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6ec, #f9eff1, #f9f1f1, #d6d8e9, #dae5df);
}

Tsaiyumei Saki color palette created on .