Sweet Temptation Color Palette
Discover the beautiful Sweet Temptation color palette featuring givry (#f8d2c4), wewak (#f1a8a2), deep blush (#e76a89), cabaret (#d2516d) and night shadz (#b83d5c).
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 Temptation palette
💻 Sweet Temptation color palette CSS
/* CSS */
.color-1 {
color: #f8d2c4;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e76a89;
}
.color-4 {
color: #d2516d;
}
.color-5 {
color: #b83d5c;
}
/* CSS Variables */
:root {
--color-1: #f8d2c4;
--color-2: #f1a8a2;
--color-3: #e76a89;
--color-4: #d2516d;
--color-5: #b83d5c;
} 🌈 Sweet Temptation background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d2c4, #f1a8a2, #e76a89, #d2516d, #b83d5c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d2c4, #f1a8a2, #e76a89, #d2516d, #b83d5c);
} 🔗 Explore similar color palettes
Sweet Temptation color palette created on .