Cutecore Color Palette

Discover the beautiful Cutecore color palette featuring pippin (#ffe5e8), peach schnapps (#ffe0d6), karry (#ffe8d1), your pink (#ffc7c2) and your pink (#ffcbbd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Soft, Warm, Pastel, Light, Bright, Elegant 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: #ffe0d6;
}
.color-3 {
color: #ffe8d1;
}
.color-4 {
color: #ffc7c2;
}
.color-5 {
color: #ffcbbd;
}

/* CSS Variables */
:root {
--color-1: #ffe5e8;
--color-2: #ffe0d6;
--color-3: #ffe8d1;
--color-4: #ffc7c2;
--color-5: #ffcbbd;
}

🌈 Cutecore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5e8, #ffe0d6, #ffe8d1, #ffc7c2, #ffcbbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5e8, #ffe0d6, #ffe8d1, #ffc7c2, #ffcbbd);
}

Cutecore color palette created on .