Paleta de colores Peter Dunbar

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peter Dunbar palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Peter Dunbar

Download peter dunbar color palette PNG image (landscape)
Download peter dunbar color palette PNG image (square)

CSS de la paleta de colores Peter Dunbar

/* CSS */
.color-1 {
color: #f9b49f;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #85d2e0;
}
.color-4 {
color: #2b8c8c;
}
.color-5 {
color: #4e4b8b;
}

/* CSS Variables */
:root {
--color-1: #f9b49f;
--color-2: #f4cf3e;
--color-3: #85d2e0;
--color-4: #2b8c8c;
--color-5: #4e4b8b;
}

CSS del degradado de fondo Peter Dunbar

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b49f, #f4cf3e, #85d2e0, #2b8c8c, #4e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b49f, #f4cf3e, #85d2e0, #2b8c8c, #4e4b8b);
}

Peter Dunbar color palette created on .