Piano Color Palette

Discover the beautiful Piano color palette featuring double colonial white (#f0e3b7), akaroa (#d1c2a3), cadet blue (#a8b1c2), bermuda gray (#788bab) and wedgewood (#497a9c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Neutral, Blue, Beige, Gray, Bright, Light Summer, Elegant, Modern 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 Piano palette

Share this palette to:

💻 Piano color palette CSS

/* CSS */
.color-1 {
color: #f0e3b7;
}
.color-2 {
color: #d1c2a3;
}
.color-3 {
color: #a8b1c2;
}
.color-4 {
color: #788bab;
}
.color-5 {
color: #497a9c;
}

/* CSS Variables */
:root {
--color-1: #f0e3b7;
--color-2: #d1c2a3;
--color-3: #a8b1c2;
--color-4: #788bab;
--color-5: #497a9c;
}

🌈 Piano background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3b7, #d1c2a3, #a8b1c2, #788bab, #497a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3b7, #d1c2a3, #a8b1c2, #788bab, #497a9c);
}

Piano color palette created on .