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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Amberwood Delight color palette created on .