Seaside Serenity Color Palette

Discover the beautiful Seaside Serenity color palette featuring pelorous (#419dbe), ziggurat (#b8d4db), porcelain (#e0e5e4), ronchi (#f1c84b) and flamingo (#f15d3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Fun, 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 Seaside Serenity palette

Share this palette to:

💻 Seaside Serenity color palette CSS

/* CSS */
.color-1 {
color: #419dbe;
}
.color-2 {
color: #b8d4db;
}
.color-3 {
color: #e0e5e4;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f15d3b;
}

/* CSS Variables */
:root {
--color-1: #419dbe;
--color-2: #b8d4db;
--color-3: #e0e5e4;
--color-4: #f1c84b;
--color-5: #f15d3b;
}

🌈 Seaside Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #419dbe, #b8d4db, #e0e5e4, #f1c84b, #f15d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #419dbe, #b8d4db, #e0e5e4, #f1c84b, #f15d3b);
}

Seaside Serenity color palette created on .