Duck Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Duck palette

Share this palette to:

Download Duck Color Palette (PNG)

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

Duck color palette CSS

/* CSS */
.color-1 {
color: #f6e48e;
}
.color-2 {
color: #f8c391;
}
.color-3 {
color: #f67481;
}
.color-4 {
color: #c06d84;
}
.color-5 {
color: #6c5b80;
}

/* CSS Variables */
:root {
--color-1: #f6e48e;
--color-2: #f8c391;
--color-3: #f67481;
--color-4: #c06d84;
--color-5: #6c5b80;
}

Duck background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e48e, #f8c391, #f67481, #c06d84, #6c5b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e48e, #f8c391, #f67481, #c06d84, #6c5b80);
}

Duck color palette created on .