Pyro Ocean Color Palette

Discover the beautiful Pyro Ocean color palette featuring cello (#213663), east bay (#42577c), smalt blue (#558a92), jet stream (#abd0c6) and persimmon (#ff6850).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Coral, Earthy, Elegant, Modern, Orange, Teal, Vibrant 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 Pyro Ocean palette

Share this palette to:

💻 Pyro Ocean color palette CSS

/* CSS */
.color-1 {
color: #213663;
}
.color-2 {
color: #42577c;
}
.color-3 {
color: #558a92;
}
.color-4 {
color: #abd0c6;
}
.color-5 {
color: #ff6850;
}

/* CSS Variables */
:root {
--color-1: #213663;
--color-2: #42577c;
--color-3: #558a92;
--color-4: #abd0c6;
--color-5: #ff6850;
}

🌈 Pyro Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #213663, #42577c, #558a92, #abd0c6, #ff6850);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #213663, #42577c, #558a92, #abd0c6, #ff6850);
}

Pyro Ocean color palette created on .