Jon's Warm Embrace Color Palette

Discover the beautiful Jon's Warm Embrace color palette featuring thunder (#342828), emperor (#554444), opium (#8b6a6a), thatch (#be9d9d) and wafer (#e5d2d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Cream, Dark, Earthy, Muted, Neutral, Soft, Warm 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 Jon's Warm Embrace palette

Share this palette to:

💻 Jon's Warm Embrace color palette CSS

/* CSS */
.color-1 {
color: #342828;
}
.color-2 {
color: #554444;
}
.color-3 {
color: #8b6a6a;
}
.color-4 {
color: #be9d9d;
}
.color-5 {
color: #e5d2d2;
}

/* CSS Variables */
:root {
--color-1: #342828;
--color-2: #554444;
--color-3: #8b6a6a;
--color-4: #be9d9d;
--color-5: #e5d2d2;
}

🌈 Jon's Warm Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #342828, #554444, #8b6a6a, #be9d9d, #e5d2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #342828, #554444, #8b6a6a, #be9d9d, #e5d2d2);
}

Jon's Warm Embrace color palette created on .