Creamy Dreamscape Color Palette

Discover the beautiful Creamy Dreamscape color palette featuring sidecar (#f2e4b1), deco (#d0d789), shadow green (#a1c4b9), fountain blue (#55b1c3) and smalt blue (#4d7d93).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Cream, Aqua, Bright, Summer 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 Dreamscape palette

Share this palette to:

💻 Creamy Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f2e4b1;
}
.color-2 {
color: #d0d789;
}
.color-3 {
color: #a1c4b9;
}
.color-4 {
color: #55b1c3;
}
.color-5 {
color: #4d7d93;
}

/* CSS Variables */
:root {
--color-1: #f2e4b1;
--color-2: #d0d789;
--color-3: #a1c4b9;
--color-4: #55b1c3;
--color-5: #4d7d93;
}

🌈 Creamy Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e4b1, #d0d789, #a1c4b9, #55b1c3, #4d7d93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e4b1, #d0d789, #a1c4b9, #55b1c3, #4d7d93);
}

Creamy Dreamscape color palette created on .