Paleta de colores Duck

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Duck palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Duck

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

CSS de la paleta de colores Duck

/* 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;
}

CSS del degradado de fondo Duck

/* 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 .