Sweet Flower Color Palette
Discover the beautiful Sweet Flower color palette featuring pastel pink (#ffc9d9), pastel pink (#ffd8e1), lavender blush (#ffe7ec), papaya whip (#ffeccf) and chardonnay (#ffcc80).
Brightness
Saturation
Warmth
💡 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 Sweet Flower palette
💻 Sweet Flower color palette CSS
/* CSS */
.color-1 {
color: #ffc9d9;
}
.color-2 {
color: #ffd8e1;
}
.color-3 {
color: #ffe7ec;
}
.color-4 {
color: #ffeccf;
}
.color-5 {
color: #ffcc80;
}
/* CSS Variables */
:root {
--color-1: #ffc9d9;
--color-2: #ffd8e1;
--color-3: #ffe7ec;
--color-4: #ffeccf;
--color-5: #ffcc80;
} 🌈 Sweet Flower background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc9d9, #ffd8e1, #ffe7ec, #ffeccf, #ffcc80);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc9d9, #ffd8e1, #ffe7ec, #ffeccf, #ffcc80);
} 🔗 Explore similar color palettes
Sweet Flower color palette created on .