Campfire カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Campfire palette

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

Campfire カラー パレット PNG 画像

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

Campfire カラーパレット CSS

/* CSS */
.color-1 {
color: #c75b29;
}
.color-2 {
color: #ff7e38;
}
.color-3 {
color: #ffd15c;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #4b2c20;
}

/* CSS Variables */
:root {
--color-1: #c75b29;
--color-2: #ff7e38;
--color-3: #ffd15c;
--color-4: #f6b83c;
--color-5: #4b2c20;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75b29, #ff7e38, #ffd15c, #f6b83c, #4b2c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75b29, #ff7e38, #ffd15c, #f6b83c, #4b2c20);
}

Campfire color palette created on .