Haiku Color Palette

Discover the beautiful Haiku color palette featuring sinbad (#a6d8d6), mandys pink (#f4c3ae), wheatfield (#f1e2c6), tulip tree (#e5b438) and roman (#d65c5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Coral, Cream, Green, Summer, Sunflower, 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 Haiku palette

Share this palette to:

💻 Haiku color palette CSS

/* CSS */
.color-1 {
color: #a6d8d6;
}
.color-2 {
color: #f4c3ae;
}
.color-3 {
color: #f1e2c6;
}
.color-4 {
color: #e5b438;
}
.color-5 {
color: #d65c5c;
}

/* CSS Variables */
:root {
--color-1: #a6d8d6;
--color-2: #f4c3ae;
--color-3: #f1e2c6;
--color-4: #e5b438;
--color-5: #d65c5c;
}

🌈 Haiku background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d8d6, #f4c3ae, #f1e2c6, #e5b438, #d65c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d8d6, #f4c3ae, #f1e2c6, #e5b438, #d65c5c);
}

Haiku color palette created on .