Percy Jackson Color Palette

Discover the beautiful Percy Jackson color palette featuring bay of many (#1f3c7a), steel blue (#4a7cba), ronchi (#f1b74b), red damask (#e07c3e) and mojo (#c75238).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Mythical, Orange, 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 Percy Jackson palette

Share this palette to:

💻 Percy Jackson color palette CSS

/* CSS */
.color-1 {
color: #1f3c7a;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #e07c3e;
}
.color-5 {
color: #c75238;
}

/* CSS Variables */
:root {
--color-1: #1f3c7a;
--color-2: #4a7cba;
--color-3: #f1b74b;
--color-4: #e07c3e;
--color-5: #c75238;
}

🌈 Percy Jackson background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c7a, #4a7cba, #f1b74b, #e07c3e, #c75238);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c7a, #4a7cba, #f1b74b, #e07c3e, #c75238);
}

Percy Jackson color palette created on .