Perry the Platypus Color Palette

Discover the beautiful Perry the Platypus color palette featuring eastern blue (#1c8b9c), fountain blue (#4bb9b5), downy (#73d3d0), aqua island (#b2e0e0) and catskill white (#f1f8f8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Blue, Fun, Teal, Tropical, Light Spring, Summer, Soft 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 Perry the Platypus palette

Share this palette to:

💻 Perry the Platypus color palette CSS

/* CSS */
.color-1 {
color: #1c8b9c;
}
.color-2 {
color: #4bb9b5;
}
.color-3 {
color: #73d3d0;
}
.color-4 {
color: #b2e0e0;
}
.color-5 {
color: #f1f8f8;
}

/* CSS Variables */
:root {
--color-1: #1c8b9c;
--color-2: #4bb9b5;
--color-3: #73d3d0;
--color-4: #b2e0e0;
--color-5: #f1f8f8;
}

🌈 Perry the Platypus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c8b9c, #4bb9b5, #73d3d0, #b2e0e0, #f1f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c8b9c, #4bb9b5, #73d3d0, #b2e0e0, #f1f8f8);
}

Perry the Platypus color palette created on .