Plane Color Palette

Discover the beautiful Plane color palette featuring tradewind (#5abf9d), morning glory (#a3e0d5), ecru white (#f2f6e9), peach yellow (#f9d9a9) and froly (#f76e6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Fun, Green, Light, Soft, Summer, Tropical 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 Plane palette

Share this palette to:

💻 Plane color palette CSS

/* CSS */
.color-1 {
color: #5abf9d;
}
.color-2 {
color: #a3e0d5;
}
.color-3 {
color: #f2f6e9;
}
.color-4 {
color: #f9d9a9;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #5abf9d;
--color-2: #a3e0d5;
--color-3: #f2f6e9;
--color-4: #f9d9a9;
--color-5: #f76e6e;
}

🌈 Plane background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf9d, #a3e0d5, #f2f6e9, #f9d9a9, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf9d, #a3e0d5, #f2f6e9, #f9d9a9, #f76e6e);
}

Plane color palette created on .