Creamy Caramel Dream Color Palette

Discover the beautiful Creamy Caramel Dream color palette featuring white (#ffffff), albescent white (#f6e8d5), new orleans (#f0c89e), tacao (#e8b278) and raw sienna (#d07f49).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Light, Beige, Bright, Spring 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 Creamy Caramel Dream palette

Share this palette to:

💻 Creamy Caramel Dream color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f6e8d5;
}
.color-3 {
color: #f0c89e;
}
.color-4 {
color: #e8b278;
}
.color-5 {
color: #d07f49;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f6e8d5;
--color-3: #f0c89e;
--color-4: #e8b278;
--color-5: #d07f49;
}

🌈 Creamy Caramel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f6e8d5, #f0c89e, #e8b278, #d07f49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f6e8d5, #f0c89e, #e8b278, #d07f49);
}

Creamy Caramel Dream color palette created on .