Blue Demon Color Palette

Discover the beautiful Blue Demon color palette featuring biscay (#1d3f72), calypso (#3b7e9b), fountain blue (#5bc1c8), sandy brown (#f0b75c) and valencia (#d73348).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with aqua, bright, fun, vibrant, Blue 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 Demon palette

Share this palette to:

💻 Blue Demon color palette CSS

/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #3b7e9b;
}
.color-3 {
color: #5bc1c8;
}
.color-4 {
color: #f0b75c;
}
.color-5 {
color: #d73348;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #3b7e9b;
--color-3: #5bc1c8;
--color-4: #f0b75c;
--color-5: #d73348;
}

🌈 Blue Demon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #3b7e9b, #5bc1c8, #f0b75c, #d73348);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #3b7e9b, #5bc1c8, #f0b75c, #d73348);
}

Blue Demon color palette created on .