Vanilla Dream Color Palette
Discover the beautiful Vanilla Dream color palette featuring wheat (#f3e4aa), marzipan (#f9d89a), manhattan (#f6baa2), illusion (#f8a5c3) and illusion (#f1a7d8).
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: #f9d89a;
}
.color-3 {
color: #f6baa2;
}
.color-4 {
color: #f8a5c3;
}
.color-5 {
color: #f1a7d8;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f9d89a;
--color-3: #f6baa2;
--color-4: #f8a5c3;
--color-5: #f1a7d8;
}
🌈 Vanilla Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f9d89a, #f6baa2, #f8a5c3, #f1a7d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f9d89a, #f6baa2, #f8a5c3, #f1a7d8);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Vanilla Dream color palette created on .