Whiskey Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whiskey Dreams palette

Share this palette to:

Whiskey Dreams color palette PNG image

Download whiskey dreams color palette PNG image (landscape)
Download whiskey dreams color palette PNG image (square)

Whiskey Dreams color palette CSS

/* CSS */
.color-1 {
color: #dc8747;
}
.color-2 {
color: #c06530;
}
.color-3 {
color: #ae4624;
}
.color-4 {
color: #7b3219;
}
.color-5 {
color: #452312;
}

/* CSS Variables */
:root {
--color-1: #dc8747;
--color-2: #c06530;
--color-3: #ae4624;
--color-4: #7b3219;
--color-5: #452312;
}

Whiskey Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc8747, #c06530, #ae4624, #7b3219, #452312);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc8747, #c06530, #ae4624, #7b3219, #452312);
}

Whiskey Dreams color palette created on .