Hannah's Breeze Color Palette

Discover the beautiful Hannah's Breeze color palette featuring selective yellow (#fab700), marzipan (#f7e1a1), sprout (#c8d7b2), gumbo (#7a9a9f) and river bed (#4b5c68).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Green, Light, Nature, Soft, Spring, Summer, Yellow 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 Hannah's Breeze palette

Share this palette to:

💻 Hannah's Breeze color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f7e1a1;
}
.color-3 {
color: #c8d7b2;
}
.color-4 {
color: #7a9a9f;
}
.color-5 {
color: #4b5c68;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f7e1a1;
--color-3: #c8d7b2;
--color-4: #7a9a9f;
--color-5: #4b5c68;
}

🌈 Hannah's Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f7e1a1, #c8d7b2, #7a9a9f, #4b5c68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f7e1a1, #c8d7b2, #7a9a9f, #4b5c68);
}

Hannah's Breeze color palette created on .