Peter Dunbar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peter Dunbar palette

Share this palette to:

Download Peter Dunbar Color Palette (PNG)

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

Peter Dunbar color palette CSS

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

Peter Dunbar background gradient CSS

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