Whispers of Serendipity Color Palette
Discover the beautiful Whispers of Serendipity color palette featuring we peep (#f8dee1), azalea (#f7cbe1), snuff (#dad4ea), spindle (#c0d3ee) and blizzard blue (#a6d6f1).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Pastel, Summer 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: #f8dee1;
}
.color-2 {
color: #f7cbe1;
}
.color-3 {
color: #dad4ea;
}
.color-4 {
color: #c0d3ee;
}
.color-5 {
color: #a6d6f1;
}
/* CSS Variables */
:root {
--color-1: #f8dee1;
--color-2: #f7cbe1;
--color-3: #dad4ea;
--color-4: #c0d3ee;
--color-5: #a6d6f1;
} 🌈 Whispers of Serendipity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8dee1, #f7cbe1, #dad4ea, #c0d3ee, #a6d6f1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8dee1, #f7cbe1, #dad4ea, #c0d3ee, #a6d6f1);
} 🔗 Explore similar color palettes
Whispers of Serendipity color palette created on .