Spiced Amber Glow Color Palette
Discover the beautiful Spiced Amber Glow color palette featuring raw sienna (#d68a3d), paarl (#a85f2e), nutmeg (#7a3b24), twine (#c1a85c) and rajah (#f5c06b).
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 Spiced Amber Glow palette
๐ป Spiced Amber Glow color palette CSS
/* CSS */
.color-1 {
color: #d68a3d;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #7a3b24;
}
.color-4 {
color: #c1a85c;
}
.color-5 {
color: #f5c06b;
}
/* CSS Variables */
:root {
--color-1: #d68a3d;
--color-2: #a85f2e;
--color-3: #7a3b24;
--color-4: #c1a85c;
--color-5: #f5c06b;
}
๐ Spiced Amber Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d68a3d, #a85f2e, #7a3b24, #c1a85c, #f5c06b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d68a3d, #a85f2e, #7a3b24, #c1a85c, #f5c06b);
}
๐ Explore similar color palettes
Spiced Amber Glow color palette created on .