Colonial Serenity Color Palette

Discover the beautiful Colonial Serenity color palette featuring wheat (#f6e2b1), calico (#e3caa1), tan (#d0b18a), gimblet (#bfaf78) and barley corn (#a68b5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Ivory, Neutral, Soft, Tan, Warm, 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 Colonial Serenity palette

Share this palette to:

💻 Colonial Serenity color palette CSS

/* CSS */
.color-1 {
color: #f6e2b1;
}
.color-2 {
color: #e3caa1;
}
.color-3 {
color: #d0b18a;
}
.color-4 {
color: #bfaf78;
}
.color-5 {
color: #a68b5e;
}

/* CSS Variables */
:root {
--color-1: #f6e2b1;
--color-2: #e3caa1;
--color-3: #d0b18a;
--color-4: #bfaf78;
--color-5: #a68b5e;
}

🌈 Colonial Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b1, #e3caa1, #d0b18a, #bfaf78, #a68b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b1, #e3caa1, #d0b18a, #bfaf78, #a68b5e);
}

Colonial Serenity color palette created on .