Vanilla Moon Color Palette
Discover the beautiful Vanilla Moon color palette featuring wheat (#f4e2b3), pavlova (#d7c49d), mongoose (#b8a984), sandal (#a68d6e) and roman coffee (#7e5b4e).
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 Moon palette
💻 Vanilla Moon color palette CSS
/* CSS */
.color-1 {
color: #f4e2b3;
}
.color-2 {
color: #d7c49d;
}
.color-3 {
color: #b8a984;
}
.color-4 {
color: #a68d6e;
}
.color-5 {
color: #7e5b4e;
}
/* CSS Variables */
:root {
--color-1: #f4e2b3;
--color-2: #d7c49d;
--color-3: #b8a984;
--color-4: #a68d6e;
--color-5: #7e5b4e;
} 🌈 Vanilla Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2b3, #d7c49d, #b8a984, #a68d6e, #7e5b4e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2b3, #d7c49d, #b8a984, #a68d6e, #7e5b4e);
} 🔗 Explore similar color palettes
Vanilla Moon color palette created on .