Vanilla Dream Color Palette
Discover the beautiful Vanilla Dream color palette featuring wheat (#f3e4aa), chenin (#e4ca7c), sundance (#d1a45c), copper (#b57a3b) and mule fawn (#8c5d2b).
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 Vanilla Dream palette
💻 Vanilla Dream color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e4ca7c;
}
.color-3 {
color: #d1a45c;
}
.color-4 {
color: #b57a3b;
}
.color-5 {
color: #8c5d2b;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e4ca7c;
--color-3: #d1a45c;
--color-4: #b57a3b;
--color-5: #8c5d2b;
} 🌈 Vanilla Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e4ca7c, #d1a45c, #b57a3b, #8c5d2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e4ca7c, #d1a45c, #b57a3b, #8c5d2b);
} 🔗 Explore similar color palettes
Vanilla Dream color palette created on .