Pumpkin Spice カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pumpkin Spice palette

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

Pumpkin Spice カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe1a8;
}
.color-4 {
color: #a84c00;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #ffb84d;
--color-3: #ffe1a8;
--color-4: #a84c00;
--color-5: #ff4d00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #ffb84d, #ffe1a8, #a84c00, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #ffb84d, #ffe1a8, #a84c00, #ff4d00);
}

Pumpkin Spice color palette created on .