Shy Blossoms Color Palette

Discover the beautiful Shy Blossoms color palette featuring mandys pink (#f3b4c0), cherub (#f7d4e2), prelude (#e6c5e7), periwinkle gray (#b7c9e1) and sail (#a1dff7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Light, Pink, 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 Shy Blossoms palette

Share this palette to:

💻 Shy Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f3b4c0;
}
.color-2 {
color: #f7d4e2;
}
.color-3 {
color: #e6c5e7;
}
.color-4 {
color: #b7c9e1;
}
.color-5 {
color: #a1dff7;
}

/* CSS Variables */
:root {
--color-1: #f3b4c0;
--color-2: #f7d4e2;
--color-3: #e6c5e7;
--color-4: #b7c9e1;
--color-5: #a1dff7;
}

🌈 Shy Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b4c0, #f7d4e2, #e6c5e7, #b7c9e1, #a1dff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b4c0, #f7d4e2, #e6c5e7, #b7c9e1, #a1dff7);
}

Shy Blossoms color palette created on .