Amber Crystal Color Palette
Discover the beautiful Amber Crystal color palette featuring brandy punch (#d68a2e), anzac (#e0b44d), rajah (#f2c16e), sandwisp (#f6e5a7) and casablanca (#f8a94f).
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 Crystal palette
๐ป Amber Crystal color palette CSS
/* CSS */
.color-1 {
color: #d68a2e;
}
.color-2 {
color: #e0b44d;
}
.color-3 {
color: #f2c16e;
}
.color-4 {
color: #f6e5a7;
}
.color-5 {
color: #f8a94f;
}
/* CSS Variables */
:root {
--color-1: #d68a2e;
--color-2: #e0b44d;
--color-3: #f2c16e;
--color-4: #f6e5a7;
--color-5: #f8a94f;
} ๐ Amber Crystal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d68a2e, #e0b44d, #f2c16e, #f6e5a7, #f8a94f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d68a2e, #e0b44d, #f2c16e, #f6e5a7, #f8a94f);
} ๐ Explore similar color palettes
Amber Crystal color palette created on .