Peachy Tuft Color Palette
Discover the beautiful Peachy Tuft color palette featuring tuft bush (#ffdccc), cruise (#b2ebde), tickle me pink (#ff7a9c), cocoa bean (#542521) and di serria (#da8a58).
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 Tuft palette
💻 Peachy Tuft color palette CSS
/* CSS */
.color-1 {
color: #ffdccc;
}
.color-2 {
color: #b2ebde;
}
.color-3 {
color: #ff7a9c;
}
.color-4 {
color: #542521;
}
.color-5 {
color: #da8a58;
}
/* CSS Variables */
:root {
--color-1: #ffdccc;
--color-2: #b2ebde;
--color-3: #ff7a9c;
--color-4: #542521;
--color-5: #da8a58;
} 🌈 Peachy Tuft background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdccc, #b2ebde, #ff7a9c, #542521, #da8a58);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdccc, #b2ebde, #ff7a9c, #542521, #da8a58);
} 🔗 Explore similar color palettes
Peachy Tuft color palette created on .