Serene Sky Color Palette

Discover the beautiful Serene Sky color palette featuring seagull (#8acff0), melrose (#beb3ff), athens gray (#edf0f2), midnight (#001f3d) and azure radiance (#007bff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Light, Lavender, Gray, 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 Serene Sky palette

Share this palette to:

💻 Serene Sky color palette CSS

/* CSS */
.color-1 {
color: #8acff0;
}
.color-2 {
color: #beb3ff;
}
.color-3 {
color: #edf0f2;
}
.color-4 {
color: #001f3d;
}
.color-5 {
color: #007bff;
}

/* CSS Variables */
:root {
--color-1: #8acff0;
--color-2: #beb3ff;
--color-3: #edf0f2;
--color-4: #001f3d;
--color-5: #007bff;
}

🌈 Serene Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8acff0, #beb3ff, #edf0f2, #001f3d, #007bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8acff0, #beb3ff, #edf0f2, #001f3d, #007bff);
}

Serene Sky color palette created on .