Peachy Vanilla Color Palette

Discover the beautiful Peachy Vanilla color palette featuring dairy cream (#f8e4b4), maize (#f4d0a4), cashmere (#e8b59c), kobi (#e59faf) and can can (#d48c9e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Cream, Soft, Summer color palettes and combinations.

💡 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 Peachy Vanilla palette

Share this palette to:

💻 Peachy Vanilla color palette CSS

/* CSS */
.color-1 {
color: #f8e4b4;
}
.color-2 {
color: #f4d0a4;
}
.color-3 {
color: #e8b59c;
}
.color-4 {
color: #e59faf;
}
.color-5 {
color: #d48c9e;
}

/* CSS Variables */
:root {
--color-1: #f8e4b4;
--color-2: #f4d0a4;
--color-3: #e8b59c;
--color-4: #e59faf;
--color-5: #d48c9e;
}

🌈 Peachy Vanilla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e4b4, #f4d0a4, #e8b59c, #e59faf, #d48c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e4b4, #f4d0a4, #e8b59c, #e59faf, #d48c9e);
}

Peachy Vanilla color palette created on .