Seaside Bliss Color Palette

Discover the beautiful Seaside Bliss color palette featuring wewak (#f1a8a2), apricot peach (#f9c5a9), sidecar (#f4e2c2), blizzard blue (#b1e0f2) and seagull (#7bc2e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Blue, Bright, Coral, Pastel, Shell, Summer, Vibrant 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 Bliss palette

Share this palette to:

💻 Seaside Bliss color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f9c5a9;
}
.color-3 {
color: #f4e2c2;
}
.color-4 {
color: #b1e0f2;
}
.color-5 {
color: #7bc2e5;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f9c5a9;
--color-3: #f4e2c2;
--color-4: #b1e0f2;
--color-5: #7bc2e5;
}

🌈 Seaside Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f9c5a9, #f4e2c2, #b1e0f2, #7bc2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f9c5a9, #f4e2c2, #b1e0f2, #7bc2e5);
}

Seaside Bliss color palette created on .