Maple Blaze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Maple Blaze palette

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

Maple Blaze カラー パレット PNG 画像

Download maple blaze color palette PNG image (landscape)
Download maple blaze color palette PNG image (square)

Maple Blaze カラーパレット CSS

/* CSS */
.color-1 {
color: #b23b2e;
}
.color-2 {
color: #d64b24;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #f9a64e;
}
.color-5 {
color: #f3c9a5;
}

/* CSS Variables */
:root {
--color-1: #b23b2e;
--color-2: #d64b24;
--color-3: #f47b1f;
--color-4: #f9a64e;
--color-5: #f3c9a5;
}

Maple Blaze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b23b2e, #d64b24, #f47b1f, #f9a64e, #f3c9a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b23b2e, #d64b24, #f47b1f, #f9a64e, #f3c9a5);
}

Maple Blaze color palette created on .