Japanese Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Japanese Sunset palette

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

Japanese Sunset カラー パレット PNG 画像

Download japanese sunset color palette PNG image (landscape)
Download japanese sunset color palette PNG image (square)

Japanese Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e25d;
}
.color-2 {
color: #f4d66c;
}
.color-3 {
color: #e7c58d;
}
.color-4 {
color: #d3b4a1;
}
.color-5 {
color: #c59b8c;
}

/* CSS Variables */
:root {
--color-1: #f9e25d;
--color-2: #f4d66c;
--color-3: #e7c58d;
--color-4: #d3b4a1;
--color-5: #c59b8c;
}

Japanese Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e25d, #f4d66c, #e7c58d, #d3b4a1, #c59b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e25d, #f4d66c, #e7c58d, #d3b4a1, #c59b8c);
}

Japanese Sunset color palette created on .