Amber Dreams Color Palette
Discover the beautiful Amber Dreams color palette featuring ochre (#d97d20), flush mahogany (#c6393e), cream can (#f2b95f), melanie (#e1b7d3) and lucky point (#1f1b79).
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 Dreams palette
๐ป Amber Dreams color palette CSS
/* CSS */
.color-1 {
color: #d97d20;
}
.color-2 {
color: #c6393e;
}
.color-3 {
color: #f2b95f;
}
.color-4 {
color: #e1b7d3;
}
.color-5 {
color: #1f1b79;
}
/* CSS Variables */
:root {
--color-1: #d97d20;
--color-2: #c6393e;
--color-3: #f2b95f;
--color-4: #e1b7d3;
--color-5: #1f1b79;
} ๐ Amber Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d97d20, #c6393e, #f2b95f, #e1b7d3, #1f1b79);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d97d20, #c6393e, #f2b95f, #e1b7d3, #1f1b79);
} ๐ Explore similar color palettes
Amber Dreams color palette created on .