Chaun Color Palette

Discover the beautiful Chaun color palette featuring blue bayoux (#4b6e77), sea nymph (#7aa8a1), sinbad (#a5d4d0), ronchi (#f1b74b) and burnt sienna (#e6783d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coastal, Fun, Green, Light, Orange, Spring, 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 Chaun palette

Share this palette to:

💻 Chaun color palette CSS

/* CSS */
.color-1 {
color: #4b6e77;
}
.color-2 {
color: #7aa8a1;
}
.color-3 {
color: #a5d4d0;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #e6783d;
}

/* CSS Variables */
:root {
--color-1: #4b6e77;
--color-2: #7aa8a1;
--color-3: #a5d4d0;
--color-4: #f1b74b;
--color-5: #e6783d;
}

🌈 Chaun background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6e77, #7aa8a1, #a5d4d0, #f1b74b, #e6783d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6e77, #7aa8a1, #a5d4d0, #f1b74b, #e6783d);
}

Chaun color palette created on .