Whiskey Delight Color Palette

Discover the beautiful Whiskey Delight color palette featuring maize (#f5caad), cashmere (#e9b79f), petite orchid (#e2a79c), charm (#d57c8c) and tapestry (#b75c8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWarm, Amber, Earthy, Beige, Cream, Soft, Bright Spring, Bright Autumn, Red, Orange 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 Whiskey Delight palette

Share this palette to:

💻 Whiskey Delight color palette CSS

/* CSS */
.color-1 {
color: #f5caad;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #e2a79c;
}
.color-4 {
color: #d57c8c;
}
.color-5 {
color: #b75c8b;
}

/* CSS Variables */
:root {
--color-1: #f5caad;
--color-2: #e9b79f;
--color-3: #e2a79c;
--color-4: #d57c8c;
--color-5: #b75c8b;
}

🌈 Whiskey Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5caad, #e9b79f, #e2a79c, #d57c8c, #b75c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5caad, #e9b79f, #e2a79c, #d57c8c, #b75c8b);
}

Whiskey Delight color palette created on .