Vanilla and Strawberry Color Palette

Discover the beautiful Vanilla and Strawberry color palette featuring dairy cream (#f8e7b4), beauty bush (#f1c6d2), illusion (#f7a6b7), my pink (#d78e8e) and tapestry (#b86b8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Pink, Soft, Spring, Strawberry, Summer, Vanilla 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 Vanilla and Strawberry palette

Share this palette to:

💻 Vanilla and Strawberry color palette CSS

/* CSS */
.color-1 {
color: #f8e7b4;
}
.color-2 {
color: #f1c6d2;
}
.color-3 {
color: #f7a6b7;
}
.color-4 {
color: #d78e8e;
}
.color-5 {
color: #b86b8f;
}

/* CSS Variables */
:root {
--color-1: #f8e7b4;
--color-2: #f1c6d2;
--color-3: #f7a6b7;
--color-4: #d78e8e;
--color-5: #b86b8f;
}

🌈 Vanilla and Strawberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7b4, #f1c6d2, #f7a6b7, #d78e8e, #b86b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7b4, #f1c6d2, #f7a6b7, #d78e8e, #b86b8f);
}

Vanilla and Strawberry color palette created on .