Azure Forsaken Color Palette

Discover the beautiful Azure Forsaken color palette featuring boston blue (#3c8ebe), picton blue (#5bb8e6), malibu (#80d1f4), golden sand (#f4e87b) and wewak (#f6a8a2).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Azure Forsaken color palette CSS

/* CSS */
.color-1 {
color: #3c8ebe;
}
.color-2 {
color: #5bb8e6;
}
.color-3 {
color: #80d1f4;
}
.color-4 {
color: #f4e87b;
}
.color-5 {
color: #f6a8a2;
}

/* CSS Variables */
:root {
--color-1: #3c8ebe;
--color-2: #5bb8e6;
--color-3: #80d1f4;
--color-4: #f4e87b;
--color-5: #f6a8a2;
}

🌈 Azure Forsaken background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c8ebe, #5bb8e6, #80d1f4, #f4e87b, #f6a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c8ebe, #5bb8e6, #80d1f4, #f4e87b, #f6a8a2);
}

Azure Forsaken color palette created on .