Burned Fantasy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Burned Fantasy palette

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

Burned Fantasy カラー パレット PNG 画像

Download burned fantasy color palette PNG image (landscape)
Download burned fantasy color palette PNG image (square)

Burned Fantasy カラーパレット CSS

/* CSS */
.color-1 {
color: #502a34;
}
.color-2 {
color: #975e3b;
}
.color-3 {
color: #c6aa86;
}
.color-4 {
color: #32373e;
}
.color-5 {
color: #602d24;
}

/* CSS Variables */
:root {
--color-1: #502a34;
--color-2: #975e3b;
--color-3: #c6aa86;
--color-4: #32373e;
--color-5: #602d24;
}

Burned Fantasy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502a34, #975e3b, #c6aa86, #32373e, #602d24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502a34, #975e3b, #c6aa86, #32373e, #602d24);
}

Burned Fantasy color palette created on .