Silly Sea Breeze Color Palette

Discover the beautiful Silly Sea Breeze color palette featuring azure radiance (#0091eb), azure radiance (#00aeff), picton blue (#4ccfe1), spray (#80deea) and blizzard blue (#b1eaf2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Tropical, 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 Silly Sea Breeze palette

Share this palette to:

💻 Silly Sea Breeze color palette CSS

/* CSS */
.color-1 {
color: #0091eb;
}
.color-2 {
color: #00aeff;
}
.color-3 {
color: #4ccfe1;
}
.color-4 {
color: #80deea;
}
.color-5 {
color: #b1eaf2;
}

/* CSS Variables */
:root {
--color-1: #0091eb;
--color-2: #00aeff;
--color-3: #4ccfe1;
--color-4: #80deea;
--color-5: #b1eaf2;
}

🌈 Silly Sea Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0091eb, #00aeff, #4ccfe1, #80deea, #b1eaf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0091eb, #00aeff, #4ccfe1, #80deea, #b1eaf2);
}

Silly Sea Breeze color palette created on .