Sweet Piglet Dreams Color Palette
Discover the beautiful Sweet Piglet Dreams color palette featuring illusion (#f7a6b6), wheat (#f1e1a7), manhattan (#f5c29e), melanie (#e9c4de) and puce (#cd7a9b).
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 Piglet Dreams palette
💻 Sweet Piglet Dreams color palette CSS
/* CSS */
.color-1 {
color: #f7a6b6;
}
.color-2 {
color: #f1e1a7;
}
.color-3 {
color: #f5c29e;
}
.color-4 {
color: #e9c4de;
}
.color-5 {
color: #cd7a9b;
}
/* CSS Variables */
:root {
--color-1: #f7a6b6;
--color-2: #f1e1a7;
--color-3: #f5c29e;
--color-4: #e9c4de;
--color-5: #cd7a9b;
} 🌈 Sweet Piglet Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a6b6, #f1e1a7, #f5c29e, #e9c4de, #cd7a9b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a6b6, #f1e1a7, #f5c29e, #e9c4de, #cd7a9b);
} 🔗 Explore similar color palettes
Sweet Piglet Dreams color palette created on .