Cake Color Palette
Discover the beautiful Cake color palette featuring pearl lusta (#fceed9), marzipan (#f9db95), chalky (#efc78f), tumbleweed (#d9b381) and tan (#c9a178).
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 Cake palette
💻 Cake color palette CSS
/* CSS */
.color-1 {
color: #fceed9;
}
.color-2 {
color: #f9db95;
}
.color-3 {
color: #efc78f;
}
.color-4 {
color: #d9b381;
}
.color-5 {
color: #c9a178;
}
/* CSS Variables */
:root {
--color-1: #fceed9;
--color-2: #f9db95;
--color-3: #efc78f;
--color-4: #d9b381;
--color-5: #c9a178;
}
🌈 Cake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fceed9, #f9db95, #efc78f, #d9b381, #c9a178);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fceed9, #f9db95, #efc78f, #d9b381, #c9a178);
}
🔗 Explore similar color palettes
Cake color palette created on .