Vanilla Dreamscape Color Palette

Discover the beautiful Vanilla Dreamscape color palette featuring sidecar (#f5e5c7), brandy (#e2c5a6), tan (#d1b389), twine (#c6996c) and santa fe (#a86d4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Light, Soft, Warm 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 Vanilla Dreamscape palette

Share this palette to:

💻 Vanilla Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f5e5c7;
}
.color-2 {
color: #e2c5a6;
}
.color-3 {
color: #d1b389;
}
.color-4 {
color: #c6996c;
}
.color-5 {
color: #a86d4d;
}

/* CSS Variables */
:root {
--color-1: #f5e5c7;
--color-2: #e2c5a6;
--color-3: #d1b389;
--color-4: #c6996c;
--color-5: #a86d4d;
}

🌈 Vanilla Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5c7, #e2c5a6, #d1b389, #c6996c, #a86d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5c7, #e2c5a6, #d1b389, #c6996c, #a86d4d);
}

Vanilla Dreamscape color palette created on .