Noah Color Palette

Discover the beautiful Noah color palette featuring breaker bay (#4f9c8a), sinbad (#a3d7d5), sidecar (#f5e5c7), casablanca (#f6a94c) and roman (#d86b5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Fun, Green, Orange, Soft, Spring, Summer, Teal, 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 Noah palette

Share this palette to:

💻 Noah color palette CSS

/* CSS */
.color-1 {
color: #4f9c8a;
}
.color-2 {
color: #a3d7d5;
}
.color-3 {
color: #f5e5c7;
}
.color-4 {
color: #f6a94c;
}
.color-5 {
color: #d86b5a;
}

/* CSS Variables */
:root {
--color-1: #4f9c8a;
--color-2: #a3d7d5;
--color-3: #f5e5c7;
--color-4: #f6a94c;
--color-5: #d86b5a;
}

🌈 Noah background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c8a, #a3d7d5, #f5e5c7, #f6a94c, #d86b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c8a, #a3d7d5, #f5e5c7, #f6a94c, #d86b5a);
}

Noah color palette created on .