Buck Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Buck palette

Share this palette to:

Buck color palette PNG image

Download buck color palette PNG image (landscape)
Download buck color palette PNG image (square)

Buck color palette CSS

/* CSS */
.color-1 {
color: #4d3028;
}
.color-2 {
color: #715441;
}
.color-3 {
color: #8e7657;
}
.color-4 {
color: #9a9d72;
}
.color-5 {
color: #7a8a5c;
}

/* CSS Variables */
:root {
--color-1: #4d3028;
--color-2: #715441;
--color-3: #8e7657;
--color-4: #9a9d72;
--color-5: #7a8a5c;
}

Buck background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3028, #715441, #8e7657, #9a9d72, #7a8a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3028, #715441, #8e7657, #9a9d72, #7a8a5c);
}

Buck color palette created on .