Autumn's Embrace Color Palette

Discover the beautiful Autumn's Embrace color palette featuring roman (#d85f5f), chambray (#3d508a), killarney (#2e5c39), rainee (#b9c19f) and manhattan (#f5c79e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Green, Red, 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 Autumn's Embrace palette

Share this palette to:

💻 Autumn's Embrace color palette CSS

/* CSS */
.color-1 {
color: #d85f5f;
}
.color-2 {
color: #3d508a;
}
.color-3 {
color: #2e5c39;
}
.color-4 {
color: #b9c19f;
}
.color-5 {
color: #f5c79e;
}

/* CSS Variables */
:root {
--color-1: #d85f5f;
--color-2: #3d508a;
--color-3: #2e5c39;
--color-4: #b9c19f;
--color-5: #f5c79e;
}

🌈 Autumn's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85f5f, #3d508a, #2e5c39, #b9c19f, #f5c79e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85f5f, #3d508a, #2e5c39, #b9c19f, #f5c79e);
}

Autumn's Embrace color palette created on .