Peachy Constance Color Palette
Discover the beautiful Peachy Constance color palette featuring mandys pink (#f3c0a5), givry (#f8e0c4), sidecar (#f5e6c1), cashmere (#e5b79f) and oriental pink (#c78a93).
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 Peachy Constance palette
💻 Peachy Constance color palette CSS
/* CSS */
.color-1 {
color: #f3c0a5;
}
.color-2 {
color: #f8e0c4;
}
.color-3 {
color: #f5e6c1;
}
.color-4 {
color: #e5b79f;
}
.color-5 {
color: #c78a93;
}
/* CSS Variables */
:root {
--color-1: #f3c0a5;
--color-2: #f8e0c4;
--color-3: #f5e6c1;
--color-4: #e5b79f;
--color-5: #c78a93;
} 🌈 Peachy Constance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c0a5, #f8e0c4, #f5e6c1, #e5b79f, #c78a93);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c0a5, #f8e0c4, #f5e6c1, #e5b79f, #c78a93);
} 🔗 Explore similar color palettes
Peachy Constance color palette created on .