May Blossoms Color Palette

Discover the beautiful May Blossoms color palette featuring baja white (#fff7cf), sandy beach (#ffecce), peach schnapps (#ffddd6), your pink (#fecac1) and lavender pink (#fdb1cb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Light, Pastel, Peach, Pink, Soft, Warm 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 May Blossoms palette

Share this palette to:

💻 May Blossoms color palette CSS

/* CSS */
.color-1 {
color: #fff7cf;
}
.color-2 {
color: #ffecce;
}
.color-3 {
color: #ffddd6;
}
.color-4 {
color: #fecac1;
}
.color-5 {
color: #fdb1cb;
}

/* CSS Variables */
:root {
--color-1: #fff7cf;
--color-2: #ffecce;
--color-3: #ffddd6;
--color-4: #fecac1;
--color-5: #fdb1cb;
}

🌈 May Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff7cf, #ffecce, #ffddd6, #fecac1, #fdb1cb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff7cf, #ffecce, #ffddd6, #fecac1, #fdb1cb);
}

May Blossoms color palette created on .