Seaside Blossom Color Palette

Discover the beautiful Seaside Blossom color palette featuring powder blue (#abdbe4), mandys pink (#f7c1bb), corvette (#fad195), zinnwaldite (#edc4b6) and albescent white (#f7e7d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beige, Bright, Coastal, Cream, Peach, Pink, Soft, Spring, 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 Seaside Blossom palette

Share this palette to:

💻 Seaside Blossom color palette CSS

/* CSS */
.color-1 {
color: #abdbe4;
}
.color-2 {
color: #f7c1bb;
}
.color-3 {
color: #fad195;
}
.color-4 {
color: #edc4b6;
}
.color-5 {
color: #f7e7d9;
}

/* CSS Variables */
:root {
--color-1: #abdbe4;
--color-2: #f7c1bb;
--color-3: #fad195;
--color-4: #edc4b6;
--color-5: #f7e7d9;
}

🌈 Seaside Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abdbe4, #f7c1bb, #fad195, #edc4b6, #f7e7d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abdbe4, #f7c1bb, #fad195, #edc4b6, #f7e7d9);
}

Seaside Blossom color palette created on .