Kingston Color Palette

Discover the beautiful Kingston color palette featuring fuzzy wuzzy brown (#c55c49), tacao (#ebb07f), wheat (#f6d8b1), regent st blue (#a3c7e0) and wedgewood (#4c8ea4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Coral, Fun, Light, Ocean, Summer, Teal, Tropical 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 Kingston palette

Share this palette to:

💻 Kingston color palette CSS

/* CSS */
.color-1 {
color: #c55c49;
}
.color-2 {
color: #ebb07f;
}
.color-3 {
color: #f6d8b1;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #4c8ea4;
}

/* CSS Variables */
:root {
--color-1: #c55c49;
--color-2: #ebb07f;
--color-3: #f6d8b1;
--color-4: #a3c7e0;
--color-5: #4c8ea4;
}

🌈 Kingston background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c55c49, #ebb07f, #f6d8b1, #a3c7e0, #4c8ea4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c55c49, #ebb07f, #f6d8b1, #a3c7e0, #4c8ea4);
}

Kingston color palette created on .