Earthy Embrace Color Palette

Discover the beautiful Earthy Embrace color palette featuring new orleans (#f2c7a1), cameo (#e0b6a3), eunry (#d6a89f), oriental pink (#c89a8d) and coral tree (#ac6e68).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Feminine, Light Summer, Soft 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 Earthy Embrace palette

Share this palette to:

💻 Earthy Embrace color palette CSS

/* CSS */
.color-1 {
color: #f2c7a1;
}
.color-2 {
color: #e0b6a3;
}
.color-3 {
color: #d6a89f;
}
.color-4 {
color: #c89a8d;
}
.color-5 {
color: #ac6e68;
}

/* CSS Variables */
:root {
--color-1: #f2c7a1;
--color-2: #e0b6a3;
--color-3: #d6a89f;
--color-4: #c89a8d;
--color-5: #ac6e68;
}

🌈 Earthy Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c7a1, #e0b6a3, #d6a89f, #c89a8d, #ac6e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c7a1, #e0b6a3, #d6a89f, #c89a8d, #ac6e68);
}

Earthy Embrace color palette created on .