Vivian’s Blossom Color Palette

Discover the beautiful Vivian’s Blossom color palette featuring kobi (#e8a1c2), maize (#f6d4a2), golden sand (#f2d17d), rose bud (#f8b5a0) and charm (#d7799c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Peach, Pink, Soft, Spring, Vibrant, Yellow 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 Vivian’s Blossom palette

Share this palette to:

💻 Vivian’s Blossom color palette CSS

/* CSS */
.color-1 {
color: #e8a1c2;
}
.color-2 {
color: #f6d4a2;
}
.color-3 {
color: #f2d17d;
}
.color-4 {
color: #f8b5a0;
}
.color-5 {
color: #d7799c;
}

/* CSS Variables */
:root {
--color-1: #e8a1c2;
--color-2: #f6d4a2;
--color-3: #f2d17d;
--color-4: #f8b5a0;
--color-5: #d7799c;
}

🌈 Vivian’s Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a1c2, #f6d4a2, #f2d17d, #f8b5a0, #d7799c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a1c2, #f6d4a2, #f2d17d, #f8b5a0, #d7799c);
}

Vivian’s Blossom color palette created on .