Matcha and Strawberry Color Palette

Discover the beautiful Matcha and Strawberry color palette featuring deco (#b8d99b), wewak (#f1a8a2), feijoa (#b2d68a), cranberry (#d66174) and pancho (#e9caa5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Pink, Red, Beige 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 Matcha and Strawberry palette

Share this palette to:

💻 Matcha and Strawberry color palette CSS

/* CSS */
.color-1 {
color: #b8d99b;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #b2d68a;
}
.color-4 {
color: #d66174;
}
.color-5 {
color: #e9caa5;
}

/* CSS Variables */
:root {
--color-1: #b8d99b;
--color-2: #f1a8a2;
--color-3: #b2d68a;
--color-4: #d66174;
--color-5: #e9caa5;
}

🌈 Matcha and Strawberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8d99b, #f1a8a2, #b2d68a, #d66174, #e9caa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8d99b, #f1a8a2, #b2d68a, #d66174, #e9caa5);
}

Matcha and Strawberry color palette created on .