Sky Serenity Color Palette

Discover the beautiful Sky Serenity color palette featuring seagull (#8acff0), melrose (#beb3ff), zumthor (#e0e8ff), dodger blue (#3884ff) and big stone (#14213e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Confidence, Lavender, Neutrality, Professionalism, Soft 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 Sky Serenity palette

Share this palette to:

💻 Sky Serenity color palette CSS

/* CSS */
.color-1 {
color: #8acff0;
}
.color-2 {
color: #beb3ff;
}
.color-3 {
color: #e0e8ff;
}
.color-4 {
color: #3884ff;
}
.color-5 {
color: #14213e;
}

/* CSS Variables */
:root {
--color-1: #8acff0;
--color-2: #beb3ff;
--color-3: #e0e8ff;
--color-4: #3884ff;
--color-5: #14213e;
}

🌈 Sky Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8acff0, #beb3ff, #e0e8ff, #3884ff, #14213e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8acff0, #beb3ff, #e0e8ff, #3884ff, #14213e);
}

Sky Serenity color palette created on .