Amberwood Delight Color Palette

Discover the beautiful Amberwood Delight color palette featuring old gold (#d6993d), saffron mango (#f8b85d), salomie (#fddc81), burning orange (#ff713d) and raw sienna (#c97e4f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Orange, Warm, Bright, Nature 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 Amberwood Delight palette

Share this palette to:

๐Ÿ’ป Amberwood Delight color palette CSS

/* CSS */
.color-1 {
color: #d6993d;
}
.color-2 {
color: #f8b85d;
}
.color-3 {
color: #fddc81;
}
.color-4 {
color: #ff713d;
}
.color-5 {
color: #c97e4f;
}

/* CSS Variables */
:root {
--color-1: #d6993d;
--color-2: #f8b85d;
--color-3: #fddc81;
--color-4: #ff713d;
--color-5: #c97e4f;
}

๐ŸŒˆ Amberwood Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6993d, #f8b85d, #fddc81, #ff713d, #c97e4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6993d, #f8b85d, #fddc81, #ff713d, #c97e4f);
}

Amberwood Delight color palette created on .