Sengoku カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sengoku palette

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

Sengoku カラー パレット PNG 画像

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

Sengoku カラーパレット CSS

/* CSS */
.color-1 {
color: #d65d00;
}
.color-2 {
color: #e6a800;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #a6c6ed;
}
.color-5 {
color: #3e6a7e;
}

/* CSS Variables */
:root {
--color-1: #d65d00;
--color-2: #e6a800;
--color-3: #f1c84b;
--color-4: #a6c6ed;
--color-5: #3e6a7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65d00, #e6a800, #f1c84b, #a6c6ed, #3e6a7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65d00, #e6a800, #f1c84b, #a6c6ed, #3e6a7e);
}

Sengoku color palette created on .