Whispers of Serendipity Color Palette
Discover the beautiful Whispers of Serendipity color palette featuring tutu (#fffeff), dawn pink (#f1e5e0), classic rose (#fbd8f9), east side (#c2a7d4) and shadow green (#96c0be).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBoho, Elegant, Minimalist, Pastel, Soft, Spring 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 Whispers of Serendipity palette
💻 Whispers of Serendipity color palette CSS
/* CSS */
.color-1 {
color: #fffeff;
}
.color-2 {
color: #f1e5e0;
}
.color-3 {
color: #fbd8f9;
}
.color-4 {
color: #c2a7d4;
}
.color-5 {
color: #96c0be;
}
/* CSS Variables */
:root {
--color-1: #fffeff;
--color-2: #f1e5e0;
--color-3: #fbd8f9;
--color-4: #c2a7d4;
--color-5: #96c0be;
} 🌈 Whispers of Serendipity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffeff, #f1e5e0, #fbd8f9, #c2a7d4, #96c0be);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffeff, #f1e5e0, #fbd8f9, #c2a7d4, #96c0be);
} 🔗 Explore similar color palettes
Whispers of Serendipity color palette created on .