Serene Skies Color Palette

Discover the beautiful Serene Skies color palette featuring pattens blue (#d6e3ff), regent st blue (#a3c2e0), glacier (#80a8c2), wedgewood (#4f8b9c) and calypso (#2f6c7f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Fun, Spring 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 Skies palette

Share this palette to:

💻 Serene Skies color palette CSS

/* CSS */
.color-1 {
color: #d6e3ff;
}
.color-2 {
color: #a3c2e0;
}
.color-3 {
color: #80a8c2;
}
.color-4 {
color: #4f8b9c;
}
.color-5 {
color: #2f6c7f;
}

/* CSS Variables */
:root {
--color-1: #d6e3ff;
--color-2: #a3c2e0;
--color-3: #80a8c2;
--color-4: #4f8b9c;
--color-5: #2f6c7f;
}

🌈 Serene Skies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e3ff, #a3c2e0, #80a8c2, #4f8b9c, #2f6c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e3ff, #a3c2e0, #80a8c2, #4f8b9c, #2f6c7f);
}

Serene Skies color palette created on .