Fire and Wood カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fire and Wood palette

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

Fire and Wood カラーパレット (PNG) をダウンロード

Download fire and wood color palette PNG image (landscape)
Download fire and wood color palette PNG image (square)

Fire and Wood カラーパレット CSS

/* CSS */
.color-1 {
color: #cc1e1e;
}
.color-2 {
color: #cf9563;
}
.color-3 {
color: #9b5527;
}
.color-4 {
color: #ddb055;
}
.color-5 {
color: #4a2d12;
}

/* CSS Variables */
:root {
--color-1: #cc1e1e;
--color-2: #cf9563;
--color-3: #9b5527;
--color-4: #ddb055;
--color-5: #4a2d12;
}

Fire and Wood の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc1e1e, #cf9563, #9b5527, #ddb055, #4a2d12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc1e1e, #cf9563, #9b5527, #ddb055, #4a2d12);
}

Fire and Wood color palette created on .