Cream Can Color Palette

Discover the beautiful Cream Can color palette featuring wheat (#f3e5af), grain brown (#e0d3b2), cameo (#d9b8a6), eunry (#c9a4a1) and sandrift (#b49079).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Beige, Tan, Warm, Soft, Neutral, Earthy, Lightbrown, Ivory 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 Cream Can palette

Share this palette to:

💻 Cream Can color palette CSS

/* CSS */
.color-1 {
color: #f3e5af;
}
.color-2 {
color: #e0d3b2;
}
.color-3 {
color: #d9b8a6;
}
.color-4 {
color: #c9a4a1;
}
.color-5 {
color: #b49079;
}

/* CSS Variables */
:root {
--color-1: #f3e5af;
--color-2: #e0d3b2;
--color-3: #d9b8a6;
--color-4: #c9a4a1;
--color-5: #b49079;
}

🌈 Cream Can background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5af, #e0d3b2, #d9b8a6, #c9a4a1, #b49079);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5af, #e0d3b2, #d9b8a6, #c9a4a1, #b49079);
}

Cream Can color palette created on .