Cutecore Color Palette

Discover the beautiful Cutecore color palette featuring pippin (#ffe5e8), peach schnapps (#ffdfd6), tequila (#ffe5cc), your pink (#ffc1bd) and your pink (#ffc7b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Coral, Cream, Warm, Soft, Feminine, Sunset, Vintage, Light color palettes and combinations.

💡 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

Share this palette to:

💻 Cutecore color palette CSS

/* CSS */
.color-1 {
color: #ffe5e8;
}
.color-2 {
color: #ffdfd6;
}
.color-3 {
color: #ffe5cc;
}
.color-4 {
color: #ffc1bd;
}
.color-5 {
color: #ffc7b8;
}

/* CSS Variables */
:root {
--color-1: #ffe5e8;
--color-2: #ffdfd6;
--color-3: #ffe5cc;
--color-4: #ffc1bd;
--color-5: #ffc7b8;
}

🌈 Cutecore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5e8, #ffdfd6, #ffe5cc, #ffc1bd, #ffc7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5e8, #ffdfd6, #ffe5cc, #ffc1bd, #ffc7b8);
}

Cutecore color palette created on .