Melancholy Skyward Color Palette

Discover the beautiful Melancholy Skyward color palette featuring regent st blue (#a3c7e0), glacier (#7ea3c4), steel blue (#5b8cbe), san marino (#3c6f9f) and astronaut (#2b4f7d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool Summer, Light 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 Melancholy Skyward palette

Share this palette to:

💻 Melancholy Skyward color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #7ea3c4;
}
.color-3 {
color: #5b8cbe;
}
.color-4 {
color: #3c6f9f;
}
.color-5 {
color: #2b4f7d;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #7ea3c4;
--color-3: #5b8cbe;
--color-4: #3c6f9f;
--color-5: #2b4f7d;
}

🌈 Melancholy Skyward background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #7ea3c4, #5b8cbe, #3c6f9f, #2b4f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #7ea3c4, #5b8cbe, #3c6f9f, #2b4f7d);
}

Melancholy Skyward color palette created on .