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
๐ป 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);
} ๐ Explore similar color palettes
Whiskey Delight color palette created on .