Pumpkin Spice カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pumpkin Spice palette

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

Pumpkin Spice カラー パレット PNG 画像

Download pumpkin spice color palette PNG image (landscape)
Download pumpkin spice color palette PNG image (square)

Pumpkin Spice カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #ffd88f;
}
.color-5 {
color: #fff4b3;
}

/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #ff9b3d;
--color-3: #ffb65c;
--color-4: #ffd88f;
--color-5: #fff4b3;
}

Pumpkin Spice の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #ff9b3d, #ffb65c, #ffd88f, #fff4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #ff9b3d, #ffb65c, #ffd88f, #fff4b3);
}

Pumpkin Spice color palette created on .