Pinecone カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pinecone palette

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

Pinecone カラー パレット PNG 画像

Download pinecone color palette PNG image (landscape)
Download pinecone color palette PNG image (square)

Pinecone カラーパレット CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #a65b3a;
}
.color-3 {
color: #c78c5c;
}
.color-4 {
color: #e9d3a0;
}
.color-5 {
color: #f2e1b5;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #a65b3a;
--color-3: #c78c5c;
--color-4: #e9d3a0;
--color-5: #f2e1b5;
}

Pinecone の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #a65b3a, #c78c5c, #e9d3a0, #f2e1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #a65b3a, #c78c5c, #e9d3a0, #f2e1b5);
}

Pinecone color palette created on .