Ecru Dreams Color Palette
Discover the beautiful Ecru Dreams color palette featuring coconut cream (#f9f4e1), stark white (#e5d9c2), akaroa (#cfc4a0), swamp green (#b5b88e) and green smoke (#a1ad7b).
Brightness
Saturation
Warmth
💡 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 Ecru Dreams palette
💻 Ecru Dreams color palette CSS
/* CSS */
.color-1 {
color: #f9f4e1;
}
.color-2 {
color: #e5d9c2;
}
.color-3 {
color: #cfc4a0;
}
.color-4 {
color: #b5b88e;
}
.color-5 {
color: #a1ad7b;
}
/* CSS Variables */
:root {
--color-1: #f9f4e1;
--color-2: #e5d9c2;
--color-3: #cfc4a0;
--color-4: #b5b88e;
--color-5: #a1ad7b;
}
🌈 Ecru Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f4e1, #e5d9c2, #cfc4a0, #b5b88e, #a1ad7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f4e1, #e5d9c2, #cfc4a0, #b5b88e, #a1ad7b);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Ecru Dreams color palette created on .