Blue Fire Emblem Color Palette

Discover the beautiful Blue Fire Emblem color palette featuring san marino (#3a6ea6), danube (#5d9bd5), regent st blue (#a5d9e9), wewak (#f1a7c3) and carissma (#e78d9c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Fire Emblem color palette CSS

/* CSS */
.color-1 {
color: #3a6ea6;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #a5d9e9;
}
.color-4 {
color: #f1a7c3;
}
.color-5 {
color: #e78d9c;
}

/* CSS Variables */
:root {
--color-1: #3a6ea6;
--color-2: #5d9bd5;
--color-3: #a5d9e9;
--color-4: #f1a7c3;
--color-5: #e78d9c;
}

🌈 Blue Fire Emblem background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6ea6, #5d9bd5, #a5d9e9, #f1a7c3, #e78d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6ea6, #5d9bd5, #a5d9e9, #f1a7c3, #e78d9c);
}

Blue Fire Emblem color palette created on .