Carpiano Color Palette
Discover the beautiful Carpiano color palette featuring wewak (#f3a0a4), calico (#e0b68f), deco (#c7dda7), padua (#aae9b6) and viking (#6db9d5).
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 Carpiano palette
💻 Carpiano color palette CSS
/* CSS */
.color-1 {
color: #f3a0a4;
}
.color-2 {
color: #e0b68f;
}
.color-3 {
color: #c7dda7;
}
.color-4 {
color: #aae9b6;
}
.color-5 {
color: #6db9d5;
}
/* CSS Variables */
:root {
--color-1: #f3a0a4;
--color-2: #e0b68f;
--color-3: #c7dda7;
--color-4: #aae9b6;
--color-5: #6db9d5;
} 🌈 Carpiano background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a0a4, #e0b68f, #c7dda7, #aae9b6, #6db9d5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a0a4, #e0b68f, #c7dda7, #aae9b6, #6db9d5);
} 🔗 Explore similar color palettes
Carpiano color palette created on .