Amber Sunset Color Palette
Discover the beautiful Amber Sunset color palette featuring hokey pokey (#d69e2e), anzac (#e4ba4e), rajah (#f6c96f), goldenrod (#fad47a) and cream brulee (#fee89f).
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 Amber Sunset palette
๐ป Amber Sunset color palette CSS
/* CSS */
.color-1 {
color: #d69e2e;
}
.color-2 {
color: #e4ba4e;
}
.color-3 {
color: #f6c96f;
}
.color-4 {
color: #fad47a;
}
.color-5 {
color: #fee89f;
}
/* CSS Variables */
:root {
--color-1: #d69e2e;
--color-2: #e4ba4e;
--color-3: #f6c96f;
--color-4: #fad47a;
--color-5: #fee89f;
} ๐ Amber Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69e2e, #e4ba4e, #f6c96f, #fad47a, #fee89f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69e2e, #e4ba4e, #f6c96f, #fad47a, #fee89f);
} ๐ Explore similar color palettes
Amber Sunset color palette created on .