Jayfeather カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Jayfeather palette

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

Jayfeather カラー パレット PNG 画像

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

Jayfeather カラーパレット CSS

/* CSS */
.color-1 {
color: #5b5b8b;
}
.color-2 {
color: #a3a6c8;
}
.color-3 {
color: #d1d3e0;
}
.color-4 {
color: #f0d8b2;
}
.color-5 {
color: #b05e4a;
}

/* CSS Variables */
:root {
--color-1: #5b5b8b;
--color-2: #a3a6c8;
--color-3: #d1d3e0;
--color-4: #f0d8b2;
--color-5: #b05e4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b5b8b, #a3a6c8, #d1d3e0, #f0d8b2, #b05e4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b5b8b, #a3a6c8, #d1d3e0, #f0d8b2, #b05e4a);
}

Jayfeather color palette created on .