Knights of the Round Table カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Knights of the Round Table palette
Knights of the Round Table カラー パレット PNG 画像
Knights of the Round Table カラーパレット CSS
/* CSS */
.color-1 {
color: #4c3e2f;
}
.color-2 {
color: #8b6b5b;
}
.color-3 {
color: #d1b200;
}
.color-4 {
color: #a87b2e;
}
.color-5 {
color: #6f4c3e;
}
/* CSS Variables */
:root {
--color-1: #4c3e2f;
--color-2: #8b6b5b;
--color-3: #d1b200;
--color-4: #a87b2e;
--color-5: #6f4c3e;
}
Knights of the Round Table の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e2f, #8b6b5b, #d1b200, #a87b2e, #6f4c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e2f, #8b6b5b, #d1b200, #a87b2e, #6f4c3e);
}
似たようなカラーパレット
Knights of the Round Table color palette created on .