Albescent Dreams Color Palette
Discover the beautiful Albescent Dreams color palette featuring albescent white (#f5e8d1), brandy (#e2c5a6), tan (#d2a484), santa fe (#b9785b) and cape palliser (#a75e44).
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 Albescent Dreams palette
💻 Albescent Dreams color palette CSS
/* CSS */
.color-1 {
color: #f5e8d1;
}
.color-2 {
color: #e2c5a6;
}
.color-3 {
color: #d2a484;
}
.color-4 {
color: #b9785b;
}
.color-5 {
color: #a75e44;
}
/* CSS Variables */
:root {
--color-1: #f5e8d1;
--color-2: #e2c5a6;
--color-3: #d2a484;
--color-4: #b9785b;
--color-5: #a75e44;
} 🌈 Albescent Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e8d1, #e2c5a6, #d2a484, #b9785b, #a75e44);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e8d1, #e2c5a6, #d2a484, #b9785b, #a75e44);
} 🔗 Explore similar color palettes
Albescent Dreams color palette created on .