Cutecore Color Palette
Discover the beautiful Cutecore color palette featuring pippin (#ffe7e9), peach schnapps (#ffded5), tequila (#ffe5cc), your pink (#ffbfbb) and your pink (#ffc6b7).
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 Cutecore palette
💻 Cutecore color palette CSS
/* CSS */
.color-1 {
color: #ffe7e9;
}
.color-2 {
color: #ffded5;
}
.color-3 {
color: #ffe5cc;
}
.color-4 {
color: #ffbfbb;
}
.color-5 {
color: #ffc6b7;
}
/* CSS Variables */
:root {
--color-1: #ffe7e9;
--color-2: #ffded5;
--color-3: #ffe5cc;
--color-4: #ffbfbb;
--color-5: #ffc6b7;
} 🌈 Cutecore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe7e9, #ffded5, #ffe5cc, #ffbfbb, #ffc6b7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe7e9, #ffded5, #ffe5cc, #ffbfbb, #ffc6b7);
} 🔗 Explore similar color palettes
Cutecore color palette created on .