Color de Piel Color Palette
Discover the beautiful Color de Piel color palette featuring wheat (#f3d5b4), calico (#e1b798), tan (#d1a089), contessa (#c3856f) and santa fe (#b26d5c).
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 Color de Piel palette
💻 Color de Piel color palette CSS
/* CSS */
.color-1 {
color: #f3d5b4;
}
.color-2 {
color: #e1b798;
}
.color-3 {
color: #d1a089;
}
.color-4 {
color: #c3856f;
}
.color-5 {
color: #b26d5c;
}
/* CSS Variables */
:root {
--color-1: #f3d5b4;
--color-2: #e1b798;
--color-3: #d1a089;
--color-4: #c3856f;
--color-5: #b26d5c;
}
🌈 Color de Piel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d5b4, #e1b798, #d1a089, #c3856f, #b26d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d5b4, #e1b798, #d1a089, #c3856f, #b26d5c);
}
🔗 Explore similar color palettes
Color de Piel color palette created on .