Creamy Dreamscape Color Palette
Discover the beautiful Creamy Dreamscape color palette featuring linen (#f9e6d7), manhattan (#f5c79e), wewak (#f2a89c), kobi (#eab3c8) and beauty bush (#f4d2d2).
Brightness
Saturation
Warmth
Refine
💡 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
💻 Creamy Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f9e6d7;
}
.color-2 {
color: #f5c79e;
}
.color-3 {
color: #f2a89c;
}
.color-4 {
color: #eab3c8;
}
.color-5 {
color: #f4d2d2;
}
/* CSS Variables */
:root {
--color-1: #f9e6d7;
--color-2: #f5c79e;
--color-3: #f2a89c;
--color-4: #eab3c8;
--color-5: #f4d2d2;
} 🌈 Creamy Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e6d7, #f5c79e, #f2a89c, #eab3c8, #f4d2d2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e6d7, #f5c79e, #f2a89c, #eab3c8, #f4d2d2);
} 🔗 Explore similar color palettes
Creamy Dreamscape color palette created on .