Whiskey Delight Color Palette

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

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Bright Autumn, Bright Spring, Cream, Earthy, Orange, Red, Soft, Warm 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: #e2a69c;
}
.color-4 {
color: #d57c8c;
}
.color-5 {
color: #b75c8b;
}

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

๐ŸŒˆ Whiskey Delight background gradient CSS

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

Whiskey Delight color palette created on .