Chappell Roan Color Palette

Discover the beautiful Chappell Roan color palette featuring bouquet (#b6919e), clam shell (#d8c3b6), hampton (#e2d4a6), casablanca (#f4b857) and flamingo (#f25e40).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Yellow, Coral, Bright, Vibrant, Spring, Fun, Modern 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 Chappell Roan palette

Share this palette to:

💻 Chappell Roan color palette CSS

/* CSS */
.color-1 {
color: #b6919e;
}
.color-2 {
color: #d8c3b6;
}
.color-3 {
color: #e2d4a6;
}
.color-4 {
color: #f4b857;
}
.color-5 {
color: #f25e40;
}

/* CSS Variables */
:root {
--color-1: #b6919e;
--color-2: #d8c3b6;
--color-3: #e2d4a6;
--color-4: #f4b857;
--color-5: #f25e40;
}

🌈 Chappell Roan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6919e, #d8c3b6, #e2d4a6, #f4b857, #f25e40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6919e, #d8c3b6, #e2d4a6, #f4b857, #f25e40);
}

Chappell Roan color palette created on .