Cautious Embrace Color Palette

Discover the beautiful Cautious Embrace color palette featuring yellow metal (#795a3e), twine (#bfa16e), akaroa (#d7c2a3), bone (#e4c7b9) and sea pink (#efa39f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Amber, Beige, Soft, Autumn 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 Cautious Embrace palette

Share this palette to:

💻 Cautious Embrace color palette CSS

/* CSS */
.color-1 {
color: #795a3e;
}
.color-2 {
color: #bfa16e;
}
.color-3 {
color: #d7c2a3;
}
.color-4 {
color: #e4c7b9;
}
.color-5 {
color: #efa39f;
}

/* CSS Variables */
:root {
--color-1: #795a3e;
--color-2: #bfa16e;
--color-3: #d7c2a3;
--color-4: #e4c7b9;
--color-5: #efa39f;
}

🌈 Cautious Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795a3e, #bfa16e, #d7c2a3, #e4c7b9, #efa39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795a3e, #bfa16e, #d7c2a3, #e4c7b9, #efa39f);
}

Cautious Embrace color palette created on .