Cake Color Palette

Discover the beautiful Cake color palette featuring old lace (#fce9df), cinderella (#fcd4d8), chantilly (#f9c3dc), light orchid (#e5aedb) and light wisteria (#c59adb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Light, Soft, Pastel, Warm, Elegant, Feminine, Modern 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 Cake palette

Share this palette to:

💻 Cake color palette CSS

/* CSS */
.color-1 {
color: #fce9df;
}
.color-2 {
color: #fcd4d8;
}
.color-3 {
color: #f9c3dc;
}
.color-4 {
color: #e5aedb;
}
.color-5 {
color: #c59adb;
}

/* CSS Variables */
:root {
--color-1: #fce9df;
--color-2: #fcd4d8;
--color-3: #f9c3dc;
--color-4: #e5aedb;
--color-5: #c59adb;
}

🌈 Cake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce9df, #fcd4d8, #f9c3dc, #e5aedb, #c59adb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce9df, #fcd4d8, #f9c3dc, #e5aedb, #c59adb);
}

Cake color palette created on .