Blue Chocolate Biscuit Color Palette

Discover the beautiful Blue Chocolate Biscuit color palette featuring roman coffee (#735547), leather (#906552), laser (#c4a878), cornflower (#a4c3ea) and chetwode blue (#7c9cda).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Brown, Burgundy, Coastal, Cream, Earthy, Light, Muted, Soft, Spring 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 Blue Chocolate Biscuit palette

Share this palette to:

💻 Blue Chocolate Biscuit color palette CSS

/* CSS */
.color-1 {
color: #735547;
}
.color-2 {
color: #906552;
}
.color-3 {
color: #c4a878;
}
.color-4 {
color: #a4c3ea;
}
.color-5 {
color: #7c9cda;
}

/* CSS Variables */
:root {
--color-1: #735547;
--color-2: #906552;
--color-3: #c4a878;
--color-4: #a4c3ea;
--color-5: #7c9cda;
}

🌈 Blue Chocolate Biscuit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #735547, #906552, #c4a878, #a4c3ea, #7c9cda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #735547, #906552, #c4a878, #a4c3ea, #7c9cda);
}

Blue Chocolate Biscuit color palette created on .