Tissue Box Color Palette

Discover the beautiful Tissue Box color palette featuring albescent white (#f6dad5), apricot peach (#f8c8b9), wewak (#f3a5b5), deep blush (#e16b8e) and cabaret (#d04978).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Soft, Warm, Bright, Light, Coral, Peach, Red 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 Tissue Box palette

Share this palette to:

💻 Tissue Box color palette CSS

/* CSS */
.color-1 {
color: #f6dad5;
}
.color-2 {
color: #f8c8b9;
}
.color-3 {
color: #f3a5b5;
}
.color-4 {
color: #e16b8e;
}
.color-5 {
color: #d04978;
}

/* CSS Variables */
:root {
--color-1: #f6dad5;
--color-2: #f8c8b9;
--color-3: #f3a5b5;
--color-4: #e16b8e;
--color-5: #d04978;
}

🌈 Tissue Box background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6dad5, #f8c8b9, #f3a5b5, #e16b8e, #d04978);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6dad5, #f8c8b9, #f3a5b5, #e16b8e, #d04978);
}

Tissue Box color palette created on .