Awapuhi Seaberry Color Palette

Discover the beautiful Awapuhi Seaberry color palette featuring saffron (#f4cf3e), marzipan (#f9e79f), moss green (#b2e1b5), saffron (#f6b83c) and tenn (#d15400).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Coastal, Fun, Green, Orange, 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 Awapuhi Seaberry palette

Share this palette to:

💻 Awapuhi Seaberry color palette CSS

/* CSS */
.color-1 {
color: #f4cf3e;
}
.color-2 {
color: #f9e79f;
}
.color-3 {
color: #b2e1b5;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d15400;
}

/* CSS Variables */
:root {
--color-1: #f4cf3e;
--color-2: #f9e79f;
--color-3: #b2e1b5;
--color-4: #f6b83c;
--color-5: #d15400;
}

🌈 Awapuhi Seaberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4cf3e, #f9e79f, #b2e1b5, #f6b83c, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4cf3e, #f9e79f, #b2e1b5, #f6b83c, #d15400);
}

Awapuhi Seaberry color palette created on .