Peter Dunbar カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peter Dunbar palette

このパレットを共有する先:

Peter Dunbar カラーパレット (PNG) をダウンロード

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

Peter Dunbar カラーパレット 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 の背景のグラデーション 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 .