Amber Toffee Color Palette

Discover the beautiful Amber Toffee color palette featuring whiskey (#d19e6b), ronchi (#f1c84b), ronchi (#e7bb4b), tussock (#c68b3f) and paarl (#9c692b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Amber, Beach, Warm, Bright color palettes and combinations.

💡 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 Toffee palette

Share this palette to:

💻 Amber Toffee color palette CSS

/* CSS */
.color-1 {
color: #d19e6b;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e7bb4b;
}
.color-4 {
color: #c68b3f;
}
.color-5 {
color: #9c692b;
}

/* CSS Variables */
:root {
--color-1: #d19e6b;
--color-2: #f1c84b;
--color-3: #e7bb4b;
--color-4: #c68b3f;
--color-5: #9c692b;
}

🌈 Amber Toffee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19e6b, #f1c84b, #e7bb4b, #c68b3f, #9c692b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19e6b, #f1c84b, #e7bb4b, #c68b3f, #9c692b);
}

Amber Toffee color palette created on .