Tord カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tord palette

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

Tord カラー パレット PNG 画像

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

Tord カラーパレット CSS

/* CSS */
.color-1 {
color: #b55945;
}
.color-2 {
color: #e09a5c;
}
.color-3 {
color: #f7d6a1;
}
.color-4 {
color: #a4d5da;
}
.color-5 {
color: #5b7a8f;
}

/* CSS Variables */
:root {
--color-1: #b55945;
--color-2: #e09a5c;
--color-3: #f7d6a1;
--color-4: #a4d5da;
--color-5: #5b7a8f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b55945, #e09a5c, #f7d6a1, #a4d5da, #5b7a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b55945, #e09a5c, #f7d6a1, #a4d5da, #5b7a8f);
}

Tord color palette created on .