Cutecore Color Palette

Discover the beautiful Cutecore color palette featuring pale rose (#ffdbe9), cotton candy (#ffb8d7), pastel pink (#ffd6e0), pippin (#ffe1db) and blue chalk (#e8d6ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Soft, Peach, Lavender, Muted, Spring, 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: #ffdbe9;
}
.color-2 {
color: #ffb8d7;
}
.color-3 {
color: #ffd6e0;
}
.color-4 {
color: #ffe1db;
}
.color-5 {
color: #e8d6ff;
}

/* CSS Variables */
:root {
--color-1: #ffdbe9;
--color-2: #ffb8d7;
--color-3: #ffd6e0;
--color-4: #ffe1db;
--color-5: #e8d6ff;
}

🌈 Cutecore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdbe9, #ffb8d7, #ffd6e0, #ffe1db, #e8d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdbe9, #ffb8d7, #ffd6e0, #ffe1db, #e8d6ff);
}

Cutecore color palette created on .