Creamy Confections Color Palette
Discover the beautiful Creamy Confections color palette featuring mandys pink (#f2c5b5), petite orchid (#e2a4a2), puce (#c87e91), tapestry (#b35b72) and cosmic (#79394a).
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 Creamy Confections palette
💻 Creamy Confections color palette CSS
/* CSS */
.color-1 {
color: #f2c5b5;
}
.color-2 {
color: #e2a4a2;
}
.color-3 {
color: #c87e91;
}
.color-4 {
color: #b35b72;
}
.color-5 {
color: #79394a;
}
/* CSS Variables */
:root {
--color-1: #f2c5b5;
--color-2: #e2a4a2;
--color-3: #c87e91;
--color-4: #b35b72;
--color-5: #79394a;
}
🌈 Creamy Confections background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5b5, #e2a4a2, #c87e91, #b35b72, #79394a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5b5, #e2a4a2, #c87e91, #b35b72, #79394a);
}
🔗 Explore similar color palettes
Creamy Confections color palette created on .